1 instantiation of CloseAsyncResult
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
235
return new
CloseAsyncResult
(this, timeout, callback, state);
2 references to CloseAsyncResult
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
256
CloseAsyncResult
.End(result);
724
AsyncResult.End<
CloseAsyncResult
>(result);