8 references to AsyncCompletion
System.ServiceModel.Internals (8)
System\Runtime\AsyncResult.cs (8)
22
AsyncCompletion
nextAsyncCompletion;
225
AsyncCompletion
callback = thisPtr.GetNextCompletion();
271
protected AsyncCallback PrepareAsyncCompletion(
AsyncCompletion
callback)
288
AsyncCompletion
dummy;
294
AsyncCompletion
callback;
305
bool TryContinueHelper(IAsyncResult result, out
AsyncCompletion
callback)
333
AsyncCompletion
GetNextCompletion()
335
AsyncCompletion
result = this.nextAsyncCompletion;