Implemented interface member:
3 references to Count
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (3)
384int outgoingCount = (_outgoingChannels != null ? _outgoingChannels.Count : 0); 397IChannel[] channels = new IChannel[_incomingChannels.Count + outgoingCount]; 400_outgoingChannels.CopyTo(channels, _incomingChannels.Count);