8 references to AsyncCompletion
System.ServiceModel.Federation (8)
System\Runtime\OperationWithTimeoutAsyncResult.cs (8)
61private AsyncCompletion _nextAsyncCompletion; 222AsyncCompletion callback = thisPtr.GetNextCompletion(); 268protected AsyncCallback PrepareAsyncCompletion(AsyncCompletion callback) 285AsyncCompletion dummy; 291AsyncCompletion callback; 302private bool TryContinueHelper(IAsyncResult result, out AsyncCompletion callback) 330private AsyncCompletion GetNextCompletion() 332AsyncCompletion result = _nextAsyncCompletion;