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