1 write to _contentTotalLength
System.Web (1)
Hosting\IIS7WorkerRequest.cs (1)
147int hr = IIS.MgdGetRequestBasics(_context, out _contentType, out _contentTotalLength, out pathTranslatedBuffer, out pathTranslatedBufferSize, out cacheUrl, out cacheUrlBufferSize, out httpMethodPtr, out pCookedUrl);
2 references to _contentTotalLength
System.Web (2)
Hosting\IIS7WorkerRequest.cs (2)
464return _contentTotalLength; 730return(_contentTotalLength).ToString(CultureInfo.InvariantCulture);