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