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