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
;
783
base.IsContentTypeSupported(contentType,
_normalContentType
,
_normalContentType
);
845
else if (ContentTypeEqualsOrStartsWith(contentType,
_normalContentType
))