1 write to contentTypeDecoder
System.ServiceModel (1)
System\ServiceModel\Channels\FramingDecoders.cs (1)
607this.contentTypeDecoder = new ContentTypeStringDecoder(maxContentTypeLength);
8 references to contentTypeDecoder
System.ServiceModel (8)
System\ServiceModel\Channels\FramingDecoders.cs (8)
707contentTypeDecoder.Reset(); 717bytesConsumed = contentTypeDecoder.Decode(bytes, offset, size); 718if (contentTypeDecoder.IsValueDecoded) 721contentType = contentTypeDecoder.Value; 733contentTypeDecoder.Reset(); 743bytesConsumed = contentTypeDecoder.Decode(bytes, offset, size); 744if (contentTypeDecoder.IsValueDecoded) 747upgrade = contentTypeDecoder.Value;