4 references to PrepareAsyncCompletion
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
1132
result = _message.OnBeginWriteBodyContents(_writer,
PrepareAsyncCompletion
(HandleWriteBodyContents), this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
401
IAsyncResult result = streamFormatter.BeginSerialize(writer, parameters, returnValue,
PrepareAsyncCompletion
(s_handleEndSerializeBodyContents), this);
762
PrepareAsyncCompletion
(s_handleEndOnWriteBodyContents), this);
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
306
IAsyncResult result = _instanceContext._channels.BeginClose(_timeoutHelper.RemainingTime(),
PrepareAsyncCompletion
(new AsyncCompletion(CloseChannelsCallback)), this);