2 writes to _contentTotalLength
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
1030
_contentTotalLength
= contentInfo[1];
2142
_contentTotalLength
= contentInfo[1];
4 references to _contentTotalLength
System.Web (4)
Hosting\ISAPIWorkerRequest.cs (4)
1014
PerfCounters.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN,
_contentTotalLength
);
1208
return (_contentAvailLength ==
_contentTotalLength
);
1212
return
_contentTotalLength
;
1249
return (
_contentTotalLength
).ToString();