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