1 write to writeState
System (1)
net\System\Net\mail\QEncodedStream.cs (1)
61
this.
writeState
= wsi;
5 references to writeState
System (5)
net\System\Net\mail\QEncodedStream.cs (5)
78
return this.
writeState
;
229
writeState
.AppendHeader();
239
|| (WriteState.CurrentLineLength +
writeState
.FooterLength >= WriteState.MaxLineLength)
309
if (this.
writeState
!= null && this.
writeState
.Length > 0)