1 instantiation of RawContentTypeMapper
System.ServiceModel.Web (1)
System\ServiceModel\Channels\RawContentTypeMapper.cs (1)
13
static readonly RawContentTypeMapper instance = new
RawContentTypeMapper
();
3 references to RawContentTypeMapper
System.ServiceModel.Web (3)
System\ServiceModel\Channels\RawContentTypeMapper.cs (2)
13
static readonly
RawContentTypeMapper
instance = new RawContentTypeMapper();
15
public static
RawContentTypeMapper
Instance
System\ServiceModel\Web\WebServiceHost.cs (1)
197
encodingElement.ContentTypeMapper =
RawContentTypeMapper
.Instance;