1 write to _outgoingChannels
System.ServiceModel.Primitives (1)
System\ServiceModel\ServiceChannelManager.cs (1)
47_outgoingChannels = new ChannelCollection(this, ThisLock);
11 references to _outgoingChannels
System.ServiceModel.Primitives (11)
System\ServiceModel\ServiceChannelManager.cs (11)
41if (_outgoingChannels == null) 45if (_outgoingChannels == null) 52return _outgoingChannels; 287else if (_outgoingChannels != null && _outgoingChannels.Contains(channel)) 289_outgoingChannels.Remove(channel); 301int outgoingCount = (_outgoingChannels != null ? _outgoingChannels.Count : 0); 309_outgoingChannels.CopyTo(channels, 1); 321_outgoingChannels.CopyTo(channels, _incomingChannels.Count); 330_outgoingChannels.CopyTo(channels, 0);