3 references to RemoveChannel
System.ServiceModel (3)
System\ServiceModel\InstanceContext.cs (2)
350this.channels.RemoveChannel(proxy); 628this.channels.RemoveChannel((IChannel)channel.Proxy);
System\ServiceModel\ServiceChannelManager.cs (1)
352this.RemoveChannel((IChannel)sender);