6 references to SupportsJsonFormat
System.ServiceModel.Web (6)
System\ServiceModel\Description\WebHttpBehavior.cs (3)
608bool useJson = (responseFormat == WebMessageFormat.Json || SupportsJsonFormat(operationDescription)); 1107if (!SupportsJsonFormat(od)) 1122if (!SupportsJsonFormat(od))
System\ServiceModel\Dispatcher\HelpPage.cs (1)
295this.SupportsJson = WebHttpBehavior.SupportsJsonFormat(od);
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (2)
56if (!WebHttpBehavior.SupportsJsonFormat(operation)) 70if (!WebHttpBehavior.SupportsJsonFormat(operation))