2 references to ChannelTracker
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1046this.receivers = new ChannelTracker<IDuplexSessionChannel, ChannelReceiver>();
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
946this.channelTracker = new ChannelTracker<TInnerChannel, object>();