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