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