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