1 write to parent
System (1)
net\System\Net\mail\Base64Stream.cs (1)
432
this.
parent
= parent;
3 references to parent
System (3)
net\System\Net\mail\Base64Stream.cs (3)
440
this.read = this.
parent
.BaseStream.EndRead(result);
453
this.read = this.
parent
.DecodeBytes(this.buffer, this.offset, this.read);
467
IAsyncResult result = this.
parent
.BaseStream.BeginRead(this.buffer, this.offset, this.count, onRead, this);