2 writes to ContentTypeMapper
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
257webBinding.ContentTypeMapper = GetContentTypeMapper(this.ContentTypeMapper);
System\ServiceModel\Description\WebServiceEndpoint.cs (1)
70set { this.webHttpBinding.ContentTypeMapper = value; }
1 reference to ContentTypeMapper
System.ServiceModel.Web (1)
System\ServiceModel\Description\WebServiceEndpoint.cs (1)
69get { return this.webHttpBinding.ContentTypeMapper; }