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