7 references to Default
System.ServiceModel.Web (7)
System\ServiceModel\Channels\WebBodyFormatMessageProperty.cs (1)
17if (format == WebContentFormat.Default)
System\ServiceModel\Channels\WebContentFormatHelper.cs (1)
12return (format == WebContentFormat.Default
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (4)
173(messageFormat != WebContentFormat.Default)) 369(typedMessageFormatProperty.Format == WebContentFormat.Default)) 382(messageFormat != WebContentFormat.Default)) 431format = WebContentFormat.Default;
System\ServiceModel\Dispatcher\DemultiplexingDispatchMessageFormatter.cs (1)
91format = WebContentFormat.Default;