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