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)
125
if (
_lineLength
> 0 && _data[i-1] == 13)
185
if (
_lineLength
== 0)
189
byte[] lineBytes = new byte[
_lineLength
];
190
_data.CopyBytes(_lineStart, lineBytes, 0,
_lineLength
);
217
if (
_lineLength
!= len &&
_lineLength
!= len+2)
229
if (
_lineLength
== len)