1 instantiation of WriteAsyncResult
System (1)
net\System\Net\mail\Base64Stream.cs (1)
129
WriteAsyncResult result = new
WriteAsyncResult
(this, buffer, offset, count, callback, state);
6 references to WriteAsyncResult
System (6)
net\System\Net\mail\Base64Stream.cs (6)
129
WriteAsyncResult
result = new WriteAsyncResult(this, buffer, offset, count, callback, state);
347
WriteAsyncResult
.End(asyncResult);
550
WriteAsyncResult
thisPtr = (
WriteAsyncResult
)result.AsyncState;
567
WriteAsyncResult
thisPtr = (
WriteAsyncResult
)result;