1 write to onClose
System (1)
net\System\Net\mail\ClosableStream.cs (1)
24this.onClose = onClose;
2 references to onClose
System (2)
net\System\Net\mail\ClosableStream.cs (2)
30if (this.onClose != null) 31this.onClose(this, new EventArgs());