1 write to _normalContentType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
333_normalContentType = isSession ? factory._binaryVersion.SessionContentType : factory._binaryVersion.ContentType;
4 references to _normalContentType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
348_contentType = _normalContentType; 783base.IsContentTypeSupported(contentType, _normalContentType, _normalContentType); 845else if (ContentTypeEqualsOrStartsWith(contentType, _normalContentType))