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