1 write to _writeState
System.Net.Mail (1)
System\Net\Mime\QuotedPrintableStream.cs (1)
86
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)
317
if (
_writeState
!= null &&
_writeState
.Length > 0)
326
if (
_writeState
!= null &&
_writeState
.Length > 0)