1 write to _deflateCompressedContentType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
335_deflateCompressedContentType = isSession ? BinaryVersion.DeflateVersion1.SessionContentType : BinaryVersion.DeflateVersion1.ContentType;
6 references to _deflateCompressedContentType
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (6)
342_contentType = _deflateCompressedContentType; 782base.IsContentTypeSupported(contentType, _deflateCompressedContentType, _deflateCompressedContentType)) || 799else if (base.IsContentTypeSupported(contentType, _deflateCompressedContentType, _deflateCompressedContentType)) 841else if (_factory.CompressionFormat == CompressionFormat.Deflate && ContentTypeEqualsOrStartsWith(contentType, _deflateCompressedContentType))