Implemented interface member:
3 references to Count
System.ServiceModel.Primitives (3)
System\ServiceModel\ServiceChannelManager.cs (3)
301int outgoingCount = (_outgoingChannels != null ? _outgoingChannels.Count : 0); 317IChannel[] channels = new IChannel[_incomingChannels.Count + outgoingCount]; 321_outgoingChannels.CopyTo(channels, _incomingChannels.Count);