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