1 write to _normalContentType
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
326_normalContentType = isSession ? factory._binaryVersion.SessionContentType : factory._binaryVersion.ContentType;
4 references to _normalContentType
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
341_contentType = _normalContentType; 781base.IsContentTypeSupported(contentType, _normalContentType, _normalContentType); 843else if (ContentTypeEqualsOrStartsWith(contentType, _normalContentType))