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