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