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