2 writes to _firstIncomingChannel
System.ServiceModel.Primitives (2)
System\ServiceModel\ServiceChannelManager.cs (2)
185_firstIncomingChannel = null; 278_firstIncomingChannel = null;
6 references to _firstIncomingChannel
System.ServiceModel.Primitives (6)
System\ServiceModel\ServiceChannelManager.cs (6)
181if (_firstIncomingChannel != null) 183_incomingChannels.Add(_firstIncomingChannel); 184ChannelRemoved(_firstIncomingChannel); // Adding to collection called ChannelAdded, so call ChannelRemoved to balance 276if (_firstIncomingChannel == channel) 303if (_firstIncomingChannel != null) 306channels[0] = _firstIncomingChannel;