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