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