1 write to readMore
System (1)
net\System\Net\mail\BufferedReadStream.cs (1)
27this.readMore = readMore;
3 references to readMore
System (3)
net\System\Net\mail\BufferedReadStream.cs (3)
67if (read == count || !this.readMore) 88if (read == count || !this.readMore) 232if (this.read == count || !this.parent.readMore)