2 writes to _contentAvailLength
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
1031_contentAvailLength = contentInfo[2]; 2143_contentAvailLength = contentInfo[2];
5 references to _contentAvailLength
System.Web (5)
Hosting\ISAPIWorkerRequest.cs (5)
1187return _contentAvailLength; 1192if (_contentAvailLength > 0) { 1193_preloadedContent = new byte[_contentAvailLength]; 1195int r = GetPreloadedPostedContentCore(_preloadedContent, 0, _contentAvailLength); 1208return (_contentAvailLength == _contentTotalLength);