2 writes to _pos
System.Web (2)
MultipartContentParser.cs (2)
122_pos = i+1; 136_pos = _length;
7 references to _pos
System.Web (7)
MultipartContentParser.cs (7)
110return(_pos >= _length || _lastBoundaryFound); 114int i = _pos; 120_lineStart = _pos; 121_lineLength = i - _pos; 134_lineStart = _pos; 135_lineLength = i - _pos; 242_partDataStart = _pos;