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