5 instantiations of LoadAsyncResult
System.Activities (5)
System\Activities\WorkflowApplication.cs (5)
1620return new LoadAsyncResult(null, newManager, true, timeout, callback, state); 1667return new LoadAsyncResult(null, newManager, false, timeout, callback, state); 2118return new LoadAsyncResult(this, newManager, true, timeout, callback, state); 2152return new LoadAsyncResult(this, newManager, false, timeout, callback, state); 2201return new LoadAsyncResult(this, newManager, instance.Values, updateMap, timeout, callback, state);
21 references to LoadAsyncResult
System.Activities (21)
System\Activities\WorkflowApplication.cs (21)
1625return LoadAsyncResult.EndAndCreateInstance(asyncResult); 1672return LoadAsyncResult.EndAndCreateInstance(asyncResult); 2206LoadAsyncResult.End(result); 2211LoadAsyncResult.End(result); 4329OnCompleting = LoadAsyncResult.completeCallback; 4388AsyncResult.End<LoadAsyncResult>(result); 4393LoadAsyncResult thisPtr = AsyncResult.End<LoadAsyncResult>(result); 4430LoadAsyncResult thisPtr = (LoadAsyncResult)state; 4495LoadAsyncResult thisPtr = (LoadAsyncResult)result.AsyncState; 4549LoadAsyncResult thisPtr = (LoadAsyncResult)result.AsyncState; 4630LoadAsyncResult thisPtr = (LoadAsyncResult)result.AsyncState; 4673LoadAsyncResult thisPtr = (LoadAsyncResult)result.AsyncState; 4699LoadAsyncResult thisPtr = (LoadAsyncResult)result; 4718static void Abort(LoadAsyncResult thisPtr, Exception exception)