1 instantiation of UnlockAndAbortAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
5870return new UnlockAndAbortAsyncResult(this.instance, timeout, callback, state);
8 references to UnlockAndAbortAsyncResult
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (8)
5875UnlockAndAbortAsyncResult.End(result); 5950AsyncResult.End<UnlockAndAbortAsyncResult>(result); 5955UnlockAndAbortAsyncResult thisPtr = (UnlockAndAbortAsyncResult)state; 6003UnlockAndAbortAsyncResult thisPtr = (UnlockAndAbortAsyncResult)result.AsyncState; 6018UnlockAndAbortAsyncResult thisPtr = (UnlockAndAbortAsyncResult)result;