1 write to m_comparer
mscorlib (1)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
80m_comparer = comparer;
7 references to m_comparer
mscorlib (7)
system\Collections\Concurrent\ConcurrentDictionary.cs (7)
431IEqualityComparer<TKey> comparer = tables.m_comparer; 506IEqualityComparer<TKey> comparer = tables.m_comparer; 556IEqualityComparer<TKey> comparer = tables.m_comparer; 622Tables newTables = new Tables(new Node[DEFAULT_CAPACITY], m_tables.m_locks, new int[m_tables.m_countPerLock.Length], m_tables.m_comparer); 816IEqualityComparer<TKey> comparer = tables.m_comparer; 943GrowTable(tables, tables.m_comparer, false, m_keyRehashCount); 2202m_comparer = (IEqualityComparer<TKey>)HashHelpers.GetEqualityComparerForSerialization(tables.m_comparer);