3 writes to contentStream
System (3)
net\System\Net\mail\BaseWriter.cs (1)
125this.contentStream = cs;
net\System\Net\mail\MailWriter.cs (1)
62this.contentStream = null;
net\System\Net\mail\MimeWriter.cs (1)
92this.contentStream = null;
4 references to contentStream
System (4)
net\System\Net\mail\MailWriter.cs (2)
58System.Diagnostics.Debug.Assert(this.contentStream == sender); 60this.contentStream.Flush();
net\System\Net\mail\MimeWriter.cs (2)
88if (this.contentStream != sender) 91this.contentStream.Flush();