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