1 write to channelsByOutput
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
771this.channelsByOutput = new Dictionary<UniqueId, TReliableChannel>();
4 references to channelsByOutput
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelListener.cs (4)
613this.channelsByOutput.TryGetValue(id, out channel); 812&& this.channelsByOutput.TryGetValue(createSequenceInfo.OfferIdentifier, out reliableChannel)) 835this.channelsByOutput.Add(createSequenceInfo.OfferIdentifier, reliableChannel); 852this.channelsByOutput.Remove(outputId);