1 write to _expectedLength
System.Web (1)
HttpInputStream.cs (1)
45_expectedLength = expectedLength;
3 references to _expectedLength
System.Web (3)
HttpInputStream.cs (3)
47if (_expectedLength >= 0 && _expectedLength < _fileThreshold) 48_data = new byte[_expectedLength];