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)
110
return(
_pos
>= _length || _lastBoundaryFound);
114
int i =
_pos
;
120
_lineStart =
_pos
;
121
_lineLength = i -
_pos
;
134
_lineStart =
_pos
;
135
_lineLength = i -
_pos
;
242
_partDataStart =
_pos
;