1 write to contentTypeMapper
System.ServiceModel.Web (1)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (1)
80
this.
contentTypeMapper
= contentTypeMapper;
2 references to contentTypeMapper
System.ServiceModel.Web (2)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (2)
429
if (
contentTypeMapper
== null)
437
format =
contentTypeMapper
.GetMessageFormatForContentType(contentType);