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