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