1 write to defaultFormat
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (1)
42this.defaultFormat = defaultFormat;
3 references to defaultFormat
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (3)
24get { return this.defaultFormat; } 44Fx.Assert(this.formatters.ContainsKey(this.defaultFormat), "The default format should always be included in the dictionary of formatters."); 62WebMessageFormat format = this.defaultFormat;