1 write to formatters
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (1)
41this.formatters = formatters;
4 references to formatters
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (4)
44Fx.Assert(this.formatters.ContainsKey(this.defaultFormat), "The default format should always be included in the dictionary of formatters."); 72if (!this.formatters.ContainsKey(format)) 108Message message = this.formatters[format].SerializeReply(messageVersion, parameters, result); 115return this.formatters.ContainsKey(format);