6 references to EndCall
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1210
EndCall
(MessageHeaders.WildcardAction, Array.Empty<object>(), result);
1237
return (Message)
EndCall
(MessageHeaders.WildcardAction, Array.Empty<object>(), result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (3)
180
object result = channel.
EndCall
(operation.Action, Array.Empty<object>(), asyncResult);
222
channel.
EndCall
(operation.Action, Array.Empty<object>(), asyncResult);
363
object ret = _serviceChannel.
EndCall
(operation.Action, outs, result);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
562
object ret = _channel.
EndCall
(op.Action, outs, result);