1 write to supportedFormats
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (1)
102
this.
supportedFormats
= GetSupportedFormats(this.formatters.Keys);
2 references to supportedFormats
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (2)
100
if (this.
supportedFormats
== null)
104
return this.
supportedFormats
;