2 references to CreateJsonResponse
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebErrorHandler.cs (1)
77fault = context.CreateJsonResponse(webFaultException.DetailObject, new DataContractJsonSerializer(webFaultException.DetailType, webFaultException.KnownTypes));
System\ServiceModel\Web\WebOperationContext.cs (1)
96return CreateJsonResponse<T>(instance, serializer);