6 writes to _currentLineLength
System (6)
net\System\Net\mail\WriteStateInfoBase.cs (6)
21
this.
_currentLineLength
= 0;
37
this.
_currentLineLength
= mimeHeaderLength;
113
this.
_currentLineLength
++;
120
this.
_currentLineLength
+= bytes.Length;
130
_currentLineLength
= 0; // New Line
168
_currentLineLength
= 0;
1 reference to _currentLineLength
System (1)
net\System\Net\mail\WriteStateInfoBase.cs (1)
85
return this.
_currentLineLength
;