2 writes to m_Table
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
4473Volatile.Write(ref m_Table, newTable); 4480Table table = Volatile.Read(ref m_Table);
3 references to m_Table
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
4455Table oldTable = m_Table; 4513Table table = m_Table; 4526m_Table.Insert(key, value);