2 instantiations of CloseAsyncResult
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
446
CloseAsyncResult.End(new
CloseAsyncResult
(this, timeout, null, null));
451
return new
CloseAsyncResult
(this, timeout, callback, state);
13 references to CloseAsyncResult
System.ServiceModel.Activities (13)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (13)
446
CloseAsyncResult
.End(new CloseAsyncResult(this, timeout, null, null));
456
CloseAsyncResult
.End(result);
716
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)state;
785
CloseAsyncResult
.handleEndReleaseInstanceWrapperCallback,
839
this.PrepareAsyncCompletion(
CloseAsyncResult
.handleEndExecute), this);
865
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)result.AsyncState;
919
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)result.AsyncState;
941
AsyncResult.End<
CloseAsyncResult
>(result);
948
CloseAsyncResult
thisPtr = (
CloseAsyncResult
)result.AsyncState;