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