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