1 instantiation of ReadAsyncResult
System (1)
net\System\Net\mail\Base64Stream.cs (1)
113
ReadAsyncResult result = new
ReadAsyncResult
(this, buffer, offset, count, callback, state);
6 references to ReadAsyncResult
System (6)
net\System\Net\mail\Base64Stream.cs (6)
113
ReadAsyncResult
result = new ReadAsyncResult(this, buffer, offset, count, callback, state);
338
int read =
ReadAsyncResult
.End(asyncResult);
477
ReadAsyncResult
thisPtr = (
ReadAsyncResult
)result.AsyncState;
494
ReadAsyncResult
thisPtr = (
ReadAsyncResult
)result;