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