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