1 write to contentTypeDecoder
System.ServiceModel (1)
System\ServiceModel\Channels\FramingDecoders.cs (1)
1191this.contentTypeDecoder = new ContentTypeStringDecoder(maxContentTypeLength);
4 references to contentTypeDecoder
System.ServiceModel (4)
System\ServiceModel\Channels\FramingDecoders.cs (4)
1228contentTypeDecoder.Reset(); 1238bytesConsumed = contentTypeDecoder.Decode(bytes, offset, size); 1239if (contentTypeDecoder.IsValueDecoded) 1242contentType = contentTypeDecoder.Value;