1 write to _contentLength
System.ServiceModel.Http (1)
System\ServiceModel\Channels\MessageContent.cs (1)
248_contentLength = _buffer.Count;
2 references to _contentLength
System.ServiceModel.Http (2)
System\ServiceModel\Channels\MessageContent.cs (2)
269if (_contentLength.HasValue) 271length = (long)_contentLength;