1 instantiation of CloseAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
551return new CloseAsyncResult(this, timeout, callback, state);
6 references to CloseAsyncResult
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\WorkflowServiceHost.cs (6)
556CloseAsyncResult.End(result); 809CloseAsyncResult thisPtr = (CloseAsyncResult)result.AsyncState; 819CloseAsyncResult thisPtr = (CloseAsyncResult)result.AsyncState; 827AsyncResult.End<CloseAsyncResult>(result);