1 instantiation of FromAsyncTrimPromise
mscorlib (1)
system\threading\Tasks\FutureFactory.cs (1)
1344
var promise = new
FromAsyncTrimPromise
<TInstance>(thisRef, endMethod);
4 references to FromAsyncTrimPromise
mscorlib (4)
system\threading\Tasks\FutureFactory.cs (4)
1344
var
promise = new FromAsyncTrimPromise<TInstance>(thisRef, endMethod);
1345
var asyncResult = beginMethod(thisRef, args,
FromAsyncTrimPromise
<TInstance>.s_completeFromAsyncResult, promise);
1396
var
promise = asyncResult.AsyncState as
FromAsyncTrimPromise
<TInstance>;