2 writes to XmlExample
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (2)
443this.XmlExample = XmlExampleDocument.Root; 456this.XmlExample = null;
6 references to XmlExample
System.ServiceModel.Web (6)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (6)
262if (info.XmlExample != null || info.Schema != null) 270if (info.XmlExample != null) 296if (operationInfo.Request.XmlExample != null) 298element.Add(GenerateSampleXml(operationInfo.Request.XmlExample, SR2.GetString(SR2.HelpPageXmlRequest), HtmlRequestXmlId)); 304if (operationInfo.Response.XmlExample != null) 306element.Add(GenerateSampleXml(operationInfo.Response.XmlExample, SR2.GetString(SR2.HelpPageXmlResponse), HtmlResponseXmlId));