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