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