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