3 instantiations of UnloadOrPersistAsyncResult
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
2257return new UnloadOrPersistAsyncResult(this, timeout, operation, true, isInternalPersist, callback, state); 2451return new UnloadOrPersistAsyncResult(this, timeout, PersistenceOperation.Save, false, false, callback, state); 2857return new UnloadOrPersistAsyncResult(this, timeout, PersistenceOperation.Unload, false, false, callback, state);
26 references to UnloadOrPersistAsyncResult
System.Activities (26)
System\Activities\WorkflowApplication.cs (26)
2262UnloadOrPersistAsyncResult.End(result); 2457UnloadOrPersistAsyncResult.End(result); 2863UnloadOrPersistAsyncResult.End(result); 3456this.OnCompleting = UnloadOrPersistAsyncResult.completeCallback; 3552UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)state; 3594PrepareAsyncCompletion(UnloadOrPersistAsyncResult.initializedCallback), this); 3605UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3615PrepareAsyncCompletion(UnloadOrPersistAsyncResult.readynessEnsuredCallback), this); 3626UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3633AsyncResult.End<UnloadOrPersistAsyncResult>(result); 3680UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3751UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3814UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3859UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3876this.PrepareAsyncCompletion(UnloadOrPersistAsyncResult.deleteOwnerCompleteCallback), this); 3888UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result.AsyncState; 3915UnloadOrPersistAsyncResult thisPtr = (UnloadOrPersistAsyncResult)result;