11 references to AsyncCompletion
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\AsyncResult.cs (8)
22private AsyncCompletion _nextAsyncCompletion; 209AsyncCompletion callback = thisPtr.GetNextCompletion(); 255protected AsyncCallback PrepareAsyncCompletion(AsyncCompletion callback) 272AsyncCompletion dummy; 278AsyncCompletion callback; 289private bool TryContinueHelper(IAsyncResult result, out AsyncCompletion callback) 317private AsyncCompletion GetNextCompletion() 319AsyncCompletion result = _nextAsyncCompletion;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
383private static AsyncCompletion s_handleEndSerializeBodyContents = new AsyncCompletion(HandleEndSerializeBodyContents); 750private static AsyncCompletion s_handleEndOnWriteBodyContents = new AsyncCompletion(HandleEndOnWriteBodyContents);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\StreamFormatter.cs (1)
96private static AsyncCompletion s_handleEndSerialize = new AsyncCompletion(HandleEndSerialize);