1 write to _writeState
System.Net.Mail (1)
System\Net\Mime\QuotedPrintableStream.cs (1)
85
internal WriteStateInfoBase WriteState =>
_writeState
??= new WriteStateInfoBase(1024, null, null, _lineLength);
5 references to _writeState
System.Net.Mail (5)
System\Net\Mime\QuotedPrintableStream.cs (5)
212
_writeState
!.CurrentLineLength + SizeOfEncodedChar + 2 >= EncodedStreamFactory.DefaultMaxLineLength)
316
if (
_writeState
!= null &&
_writeState
.Length > 0)
325
if (
_writeState
!= null &&
_writeState
.Length > 0)