Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
3 references to Count
System.ServiceModel (3)
System\ServiceModel\ServiceChannelManager.cs (3)
384int outgoingCount = (this.outgoingChannels != null ? this.outgoingChannels.Count : 0); 397IChannel[] channels = new IChannel[this.incomingChannels.Count + outgoingCount]; 400this.outgoingChannels.CopyTo(channels, this.incomingChannels.Count);