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)
241if (_contentLength.HasValue) 243length = (long)_contentLength;