1 write to m_serializationConcurrencyLevel
mscorlib (1)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
2200m_serializationConcurrencyLevel = tables.m_locks.Length;
2 references to m_serializationConcurrencyLevel
mscorlib (2)
system\Collections\Concurrent\ConcurrentDictionary.cs (2)
2214var countPerLock = new int[m_serializationConcurrencyLevel]; 2216var locks = new object[m_serializationConcurrencyLevel];