1 instantiation of ReleaseAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (1)
237return new ReleaseAsyncResult(this, timeout, callback, state);
8 references to ReleaseAsyncResult
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (8)
242ReleaseAsyncResult.End(result); 1004PrepareAsyncCompletion(ReleaseAsyncResult.handleEndExecute), 1060AsyncResult.End<ReleaseAsyncResult>(result); 1065ReleaseAsyncResult thisPtr = (ReleaseAsyncResult)result.AsyncState; 1077result = this.persistenceContext.BeginEnlist(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(ReleaseAsyncResult.handleEndEnlist), this); 1084ReleaseAsyncResult thisPtr = (ReleaseAsyncResult)result.AsyncState;