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