2 writes to contentType
System.ServiceModel (2)
System\ServiceModel\Channels\FramingDecoders.cs (2)
1233contentType = ContentTypeStringDecoder.GetString((FramingEncodingType)bytes[offset]); 1242contentType = contentTypeDecoder.Value;
1 reference to contentType
System.ServiceModel (1)
System\ServiceModel\Channels\FramingDecoders.cs (1)
1296return contentType;