2 writes to Schema
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (2)
433
this.
Schema
= schema;
454
this.
Schema
= null;
9 references to Schema
System.ServiceModel.Web (9)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (9)
262
if (info.XmlExample != null || info.
Schema
!= null)
273
if (info.
Schema
!= null)
278
if (info.
Schema
!= null)
313
if (operationInfo.Request.
Schema
!= null)
315
element.Add(GenerateSampleXml(XmlSchemaToXElement(operationInfo.Request.
Schema
), SR2.GetString(SR2.HelpPageRequestSchema), HtmlRequestSchemaId));
319
if (schema.TargetNamespace != operationInfo.Request.
Schema
.TargetNamespace)
325
if (operationInfo.Response.
Schema
!= null)
327
element.Add(GenerateSampleXml(XmlSchemaToXElement(operationInfo.Response.
Schema
), SR2.GetString(SR2.HelpPageResponseSchema), HtmlResponseSchemaId));
331
if (schema.TargetNamespace != operationInfo.Response.
Schema
.TargetNamespace)