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)
41
if (
_outgoingChannels
== null)
45
if (
_outgoingChannels
== null)
52
return
_outgoingChannels
;
287
else if (
_outgoingChannels
!= null &&
_outgoingChannels
.Contains(channel))
289
_outgoingChannels
.Remove(channel);
301
int outgoingCount = (
_outgoingChannels
!= null ?
_outgoingChannels
.Count : 0);
309
_outgoingChannels
.CopyTo(channels, 1);
321
_outgoingChannels
.CopyTo(channels, _incomingChannels.Count);
330
_outgoingChannels
.CopyTo(channels, 0);