1 write to m_comparer
mscorlib (1)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
2202
m_comparer
= (IEqualityComparer<TKey>)HashHelpers.GetEqualityComparerForSerialization(tables.m_comparer);
1 reference to m_comparer
mscorlib (1)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
2222
m_tables = new Tables(buckets, locks, countPerLock,
m_comparer
);