1 write to formatters
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\DemultiplexingClientMessageFormatter.cs (1)
26
this.
formatters
= new Dictionary<WebContentFormat, IClientMessageFormatter>();
3 references to formatters
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\DemultiplexingClientMessageFormatter.cs (3)
29
this.
formatters
.Add(key, formatters[key]);
44
this.
formatters
.TryGetValue(format, out selectedFormatter);
70
this.supportedFormats = DemultiplexingDispatchMessageFormatter.GetSupportedFormats(this.
formatters
.Keys);