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