3 writes to _lineLength
System.Web (3)
MultipartContentParser.cs (3)
121_lineLength = i - _pos; 126_lineLength--; 135_lineLength = i - _pos;
7 references to _lineLength
System.Web (7)
MultipartContentParser.cs (7)
125if (_lineLength > 0 && _data[i-1] == 13) 185if (_lineLength == 0) 189byte[] lineBytes = new byte[_lineLength]; 190_data.CopyBytes(_lineStart, lineBytes, 0, _lineLength); 217if (_lineLength != len && _lineLength != len+2) 229if (_lineLength == len)