2 writes to AutomatedFormatSelectionContentType
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (1)
205outgoingResponse.AutomatedFormatSelectionContentType = contentType;
System\ServiceModel\Web\OutgoingWebResponseContext.cs (1)
130this.AutomatedFormatSelectionContentType = null;
1 reference to AutomatedFormatSelectionContentType
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (1)
89string automatedSelectionContentType = outgoingResponse.AutomatedFormatSelectionContentType;