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