5 references to GetServiceChannel
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
664
ServiceChannel serviceChannel = ServiceChannelFactory.
GetServiceChannel
(channel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
122
ServiceChannel clientChannel = ServiceChannelFactory.
GetServiceChannel
(rpc.Channel.Proxy);
255
_proxy = ServiceChannelFactory.
GetServiceChannel
(channel.Proxy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceContextProviderBase.cs (1)
46
serviceChannel = ServiceChannelFactory.
GetServiceChannel
(channel);
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
44
serviceChannel = ServiceChannelFactory.
GetServiceChannel
(channel);