1 write to writeState
System (1)
net\System\Net\mail\QuotedPrintableStream.cs (1)
100
this.
writeState
= new WriteStateInfoBase(1024, null, null, lineLength);
5 references to writeState
System (5)
net\System\Net\mail\QuotedPrintableStream.cs (5)
99
if (this.
writeState
== null)
101
return this.
writeState
;
251
writeState
.CurrentLineLength + sizeOfEncodedChar + 2 >= EncodedStreamFactory.DefaultMaxLineLength)
342
if (this.
writeState
!= null && this.
writeState
.Length > 0)