2 writes to Format
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (2)
193WebOperationContext.Current.OutgoingResponse.Format = format; 204outgoingResponse.Format = format;
3 references to Format
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (1)
65WebMessageFormat? nullableFormat = outgoingResponse.Format;
System\ServiceModel\Dispatcher\WebErrorHandler.cs (2)
66if (isXmlSerializerFaultFormat && WebOperationContext.Current.OutgoingResponse.Format == WebMessageFormat.Json) 70WebMessageFormat? nullableFormat = !isXmlSerializerFaultFormat ? context.OutgoingResponse.Format : WebMessageFormat.Xml;