2 writes to stream
System (2)
net\System\Net\mail\MimePart.cs (2)
95
this.
stream
= null;
99
this.
stream
= stream;
4 references to stream
System (4)
net\System\Net\mail\MimePart.cs (4)
27
if (
stream
!= null) {
28
stream
.Close();
34
return
stream
;
94
this.
stream
.Close();