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