Implemented interface member:
4 references to Contains
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (4)
102if (_incomingChannels.Contains(channel)) 110if (_incomingChannels.Contains(channel)) 365else if (_incomingChannels != null && _incomingChannels.Contains(channel)) 370else if (_outgoingChannels != null && _outgoingChannels.Contains(channel))