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