2 writes to _contentLengthSent
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
1306
_contentLengthSent
= true;
1336
_contentLengthSent
= true;
1 reference to _contentLengthSent
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
802
(
_contentLengthSent
|| _chunked) ? 1 : 0);