2 writes to JsonExample
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpPage.cs (2)
426
this.
JsonExample
= exampleDocument.Root;
455
this.
JsonExample
= null;
5 references to JsonExample
System.ServiceModel.Web (5)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (5)
283
if (info.
JsonExample
!= null)
300
if (operationInfo.Request.
JsonExample
!= null)
302
element.Add(AddSampleJson(operationInfo.Request.
JsonExample
, SR2.GetString(SR2.HelpPageJsonRequest), HtmlRequestJsonId));
308
if (operationInfo.Response.
JsonExample
!= null)
310
element.Add(AddSampleJson(operationInfo.Response.
JsonExample
, SR2.GetString(SR2.HelpPageJsonResponse), HtmlResponseJsonId));