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