1 write to _contentLength
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs (1)
227
_contentLength
= _buffer.Count;
2 references to _contentLength
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageContent.cs (2)
241
if (
_contentLength
.HasValue)
243
length = (long)
_contentLength
;