11 references to AsyncCompletion
System.ServiceModel.Primitives (11)
Internals\System\Runtime\AsyncResult.cs (8)
19private AsyncCompletion _nextAsyncCompletion; 184AsyncCompletion callback = thisPtr.GetNextCompletion(); 230protected AsyncCallback PrepareAsyncCompletion(AsyncCompletion callback) 247AsyncCompletion dummy; 253AsyncCompletion callback; 264private bool TryContinueHelper(IAsyncResult result, out AsyncCompletion callback) 292private AsyncCompletion GetNextCompletion() 294AsyncCompletion result = _nextAsyncCompletion;
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
402private static AsyncCompletion s_handleEndSerializeBodyContents = new AsyncCompletion(HandleEndSerializeBodyContents); 798private static AsyncCompletion s_handleEndOnWriteBodyContents = new AsyncCompletion(HandleEndOnWriteBodyContents);
System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
136private static AsyncCompletion s_handleEndSerialize = new AsyncCompletion(HandleEndSerialize);