1 write to duplicateDetector
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\DuplicateMessageDetector.cs (1)
29this.duplicateDetector = new DuplicateDetector<string>(maxListLength);
4 references to duplicateDetector
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\DuplicateMessageDetector.cs (4)
58notDuplicate = this.duplicateDetector.AddIfNotDuplicate(hashString); 75this.duplicateDetector.Remove(msgHash); 91if (this.duplicateDetector != null) 93this.duplicateDetector.Clear();