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)
357
return
_contentType
;
368
get { return
_contentType
; }