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