3 references to GetResponseFormat
System.ServiceModel.Web (3)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
576if (UseBareReplyFormatter(style, operationDescription, GetResponseFormat(operationDescription), out parameterType)) 604WebMessageFormat responseFormat = GetResponseFormat(operationDescription);
System\ServiceModel\Dispatcher\WebErrorHandler.cs (1)
71WebMessageFormat format = nullableFormat.HasValue ? nullableFormat.Value : this.webHttpBehavior.GetResponseFormat(description);