4 writes to DuplicateDetector
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpChannelBase.cs (2)
58
this.
DuplicateDetector
= null;
232
this.
DuplicateDetector
= duplicateDetector;
System\ServiceModel\Channels\UdpChannelFactory.cs (2)
300
this.
DuplicateDetector
= new DuplicateMessageDetector(factory.udpTransportBindingElement.DuplicateMessageHistoryLength);
304
this.
DuplicateDetector
= null;
6 references to DuplicateDetector
System.ServiceModel.Channels (6)
System\ServiceModel\Channels\UdpChannelBase.cs (6)
152
this.
DuplicateDetector
,
184
if (this.
DuplicateDetector
!= null)
187
this.
DuplicateDetector
.RemoveEntry(messageHash);
227
Fx.Assert(this.
DuplicateDetector
== null, "DuplicateDetector is already set to a non-null value");
395
if (this.
DuplicateDetector
!= null)
397
this.
DuplicateDetector
.Dispose();