3 writes to _firstIncomingChannel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (3)
97
_firstIncomingChannel
= channel;
263
_firstIncomingChannel
= null;
361
_firstIncomingChannel
= null;
7 references to _firstIncomingChannel
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (7)
93
if (
_firstIncomingChannel
== null)
259
if (
_firstIncomingChannel
!= null)
261
_incomingChannels.Add(
_firstIncomingChannel
);
262
this.ChannelRemoved(
_firstIncomingChannel
); // Adding to collection called ChannelAdded, so call ChannelRemoved to balance
359
if (
_firstIncomingChannel
== channel)
386
if (
_firstIncomingChannel
!= null)
389
channels[0] =
_firstIncomingChannel
;