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