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)
1014PerfCounters.IncrementCounterEx(AppPerfCounter.REQUEST_BYTES_IN, _contentTotalLength); 1208return (_contentAvailLength == _contentTotalLength); 1212return _contentTotalLength; 1249return (_contentTotalLength).ToString();