1 write to buffer
System (1)
net\System\Net\mail\Base64Stream.cs (1)
433
this.
buffer
= buffer;
2 references to buffer
System (2)
net\System\Net\mail\Base64Stream.cs (2)
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);