1 write to _outgoingChannels
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
60_outgoingChannels = new ChannelCollection(this, this.ThisLock);
12 references to _outgoingChannels
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (12)
55if (_outgoingChannels == null) 59if (_outgoingChannels == null) 63return _outgoingChannels; 77ICollection<IChannel> outgoing = _outgoingChannels; 370else if (_outgoingChannels != null && _outgoingChannels.Contains(channel)) 372_outgoingChannels.Remove(channel); 384int outgoingCount = (_outgoingChannels != null ? _outgoingChannels.Count : 0); 391_outgoingChannels.CopyTo(channels, 1); 400_outgoingChannels.CopyTo(channels, _incomingChannels.Count); 407_outgoingChannels.CopyTo(channels, 0);