Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
3 references to Add
System.ServiceModel (3)
System\ServiceModel\ServiceChannelManager.cs (3)
104this.incomingChannels.Add(channel); 112this.incomingChannels.Add(channel); 261this.incomingChannels.Add(this.firstIncomingChannel);