1 instantiation of ReadAsyncResult
System (1)
net\System\Net\mail\BufferedReadStream.cs (1)
48
ReadAsyncResult result = new
ReadAsyncResult
(this, callback, state);
6 references to ReadAsyncResult
System (6)
net\System\Net\mail\BufferedReadStream.cs (6)
48
ReadAsyncResult
result = new ReadAsyncResult(this, callback, state);
55
int read =
ReadAsyncResult
.End(asyncResult);
251
ReadAsyncResult
thisPtr = (
ReadAsyncResult
)result;
260
ReadAsyncResult
thisPtr = (
ReadAsyncResult
)result.AsyncState;