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