2 writes to read
System (2)
net\System\Net\mail\Base64Stream.cs (2)
440this.read = this.parent.BaseStream.EndRead(result); 453this.read = this.parent.DecodeBytes(this.buffer, this.offset, this.read);
4 references to read
System (4)
net\System\Net\mail\Base64Stream.cs (4)
444if (read == 0) 453this.read = this.parent.DecodeBytes(this.buffer, this.offset, this.read); 454if (this.read > 0) 496return thisPtr.read;