3 writes to _contentType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
342_contentType = _deflateCompressedContentType; 345_contentType = _gzipCompressedContentType; 348_contentType = _normalContentType;
2 references to _contentType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
357return _contentType; 368get { return _contentType; }