2 writes to retransmitList
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpOutputChannel.cs (2)
54
this.
retransmitList
= new Dictionary<UniqueId, IUdpRetransmitter>();
502
this.
retransmitList
= null;
15 references to retransmitList
System.ServiceModel.Channels (15)
System\ServiceModel\Channels\UdpOutputChannel.cs (15)
124
if (messageId != null && this.
retransmitList
!= null)
128
if (this.
retransmitList
!= null)
131
if (this.
retransmitList
.TryGetValue(messageId, out retransmitter))
133
this.
retransmitList
.Remove(messageId);
368
if (this.
retransmitList
.ContainsKey(messageId))
376
this.
retransmitList
[messageId] = retransmitter;
388
if (this.
retransmitList
!= null)
390
this.
retransmitList
.Remove(messageId);
394
if (this.
retransmitList
.Count == 0 && this.retransmissionDoneWaitHandle != null)
449
if (!aborting && this.
retransmitList
!= null && this.
retransmitList
.Count > 0)
488
if (this.
retransmitList
!= null)
490
foreach (IUdpRetransmitter retransmitter in this.
retransmitList
.Values)
1022
if (this.channel.
retransmitList
!= null && this.channel.
retransmitList
.Count > 0)