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