1 write to formatters
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (1)
27this.formatters = new Dictionary<WebContentFormat, IDispatchMessageFormatter>();
3 references to formatters
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (3)
30this.formatters.Add(key, formatters[key]); 45this.formatters.TryGetValue(format, out selectedFormatter); 102this.supportedFormats = GetSupportedFormats(this.formatters.Keys);