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