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)
55
if (
_outgoingChannels
== null)
59
if (
_outgoingChannels
== null)
63
return
_outgoingChannels
;
77
ICollection<IChannel> outgoing =
_outgoingChannels
;
370
else if (
_outgoingChannels
!= null &&
_outgoingChannels
.Contains(channel))
372
_outgoingChannels
.Remove(channel);
384
int outgoingCount = (
_outgoingChannels
!= null ?
_outgoingChannels
.Count : 0);
391
_outgoingChannels
.CopyTo(channels, 1);
400
_outgoingChannels
.CopyTo(channels, _incomingChannels.Count);
407
_outgoingChannels
.CopyTo(channels, 0);