2 writes to _contentLength
System.Runtime.Remoting (2)
channels\http\httpstreams.cs (2)
541
_contentLength
= 0;
639
ReadToEndOfHeaders(headers, out _chunkedEncoding, out
_contentLength
,
1 reference to _contentLength
System.Runtime.Remoting (1)
channels\http\httpstreams.cs (1)
658
_requestStream = new HttpFixedLengthReadingStream(this,
_contentLength
);