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