4 writes to comparer
System.ServiceModel (4)
System\ServiceModel\SynchronizedKeyedCollection.cs (4)
23this.comparer = EqualityComparer<K>.Default; 30this.comparer = EqualityComparer<K>.Default; 40this.comparer = comparer; 58this.comparer = comparer;
6 references to comparer
System.ServiceModel (6)
System\ServiceModel\SynchronizedKeyedCollection.cs (6)
76if (this.comparer.Equals(key, this.GetKeyForItem(item))) 115if (!this.comparer.Equals(newKey, oldKey)) 150if (this.comparer.Equals(key, GetKeyForItem(item))) 174this.dictionary = new Dictionary<K, T>(this.comparer); 214if (comparer.Equals(key, GetKeyForItem(Items[i]))) 253if (this.comparer.Equals(newKey, oldKey))