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