Implemented interface member:
method
Contains
System.Collections.Generic.ICollection<T>.Contains(T)
4 references to Contains
System.ServiceModel (4)
System\ServiceModel\ServiceChannelManager.cs (4)
102if (this.incomingChannels.Contains(channel)) 110if (this.incomingChannels.Contains(channel)) 365else if (this.incomingChannels != null && this.incomingChannels.Contains(channel)) 370else if (this.outgoingChannels != null && this.outgoingChannels.Contains(channel))