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