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