3 instantiations of ContentTypeStringDecoder
System.ServiceModel (3)
System\ServiceModel\Channels\FramingDecoders.cs (3)
607this.contentTypeDecoder = new ContentTypeStringDecoder(maxContentTypeLength); 988this.contentTypeDecoder = new ContentTypeStringDecoder(maxContentTypeLength); 1191this.contentTypeDecoder = new ContentTypeStringDecoder(maxContentTypeLength);
5 references to ContentTypeStringDecoder
System.ServiceModel (5)
System\ServiceModel\Channels\FramingDecoders.cs (5)
712contentType = ContentTypeStringDecoder.GetString((FramingEncodingType)bytes[offset]); 979ContentTypeStringDecoder contentTypeDecoder; 1080contentType = ContentTypeStringDecoder.GetString((FramingEncodingType)bytes[offset]); 1183ContentTypeStringDecoder contentTypeDecoder; 1233contentType = ContentTypeStringDecoder.GetString((FramingEncodingType)bytes[offset]);