1 instantiation of WriteAsyncResult
System (1)
net\System\Net\mail\QEncodedStream.cs (1)
93
WriteAsyncResult result = new
WriteAsyncResult
(this, buffer, offset, count, callback, state);
6 references to WriteAsyncResult
System (6)
net\System\Net\mail\QEncodedStream.cs (6)
93
WriteAsyncResult
result = new WriteAsyncResult(this, buffer, offset, count, callback, state);
298
WriteAsyncResult
.End(asyncResult);
382
WriteAsyncResult
thisPtr = (
WriteAsyncResult
)result;
391
WriteAsyncResult
thisPtr = (
WriteAsyncResult
)result.AsyncState;