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