3 references to GetContentTypeMapper
System.ServiceModel.Web (3)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
257webBinding.ContentTypeMapper = GetContentTypeMapper(this.ContentTypeMapper);
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (1)
266webHttpEndpoint.ContentTypeMapper = WebHttpBindingElement.GetContentTypeMapper(this.ContentTypeMapper);
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (1)
216webScriptEndpoint.ContentTypeMapper = WebHttpBindingElement.GetContentTypeMapper(this.ContentTypeMapper);