1 write to contentTypeDecoder
System.ServiceModel (1)
System\ServiceModel\Channels\FramingDecoders.cs (1)
988this.contentTypeDecoder = new ContentTypeStringDecoder(maxContentTypeLength);
8 references to contentTypeDecoder
System.ServiceModel (8)
System\ServiceModel\Channels\FramingDecoders.cs (8)
1075contentTypeDecoder.Reset(); 1085bytesConsumed = contentTypeDecoder.Decode(bytes, offset, size); 1086if (contentTypeDecoder.IsValueDecoded) 1089contentType = contentTypeDecoder.Value; 1101contentTypeDecoder.Reset(); 1111bytesConsumed = contentTypeDecoder.Decode(bytes, offset, size); 1112if (contentTypeDecoder.IsValueDecoded) 1115upgrade = contentTypeDecoder.Value;