17 references to Channels
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
114_listener.ChannelDispatcher.Channels.IncrementActivityCount(); 675_listener.ChannelDispatcher.Channels.DecrementActivityCount(); 795_listener.ChannelDispatcher.Channels.DecrementActivityCount();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
259channelDispatcher.Channels.Add(proxy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (13)
109_channelDispatcher.Channels.IncrementActivityCount(); 154IChannel[] channels = _channelDispatcher.Channels.ToArray(); 224IChannel[] channels = _channelDispatcher.Channels.ToArray(); 272IChannel[] channels = _channelDispatcher.Channels.ToArray(); 292_channelDispatcher.Channels.Add(channel.Binder.Channel); 345_channelDispatcher.Channels.DecrementActivityCount(); 372_channelDispatcher.Channels.CloseInput(); 378_channelDispatcher.Channels.Abort(); 389_channelDispatcher.Channels.CloseInput(); 395return _channelDispatcher.Channels.BeginClose(timeoutHelper.RemainingTime(), callback, state); 406_channelDispatcher.Channels.CloseInput(); 412_channelDispatcher.Channels.Close(timeoutHelper.RemainingTime()); 417_channelDispatcher.Channels.EndClose(result);