1 write to m_low
mscorlib (1)
system\Collections\Concurrent\ConcurrentQueue.cs (1)
831if (Interlocked.CompareExchange(ref m_low, lowLocal + 1, lowLocal) == lowLocal)
1 reference to m_low
mscorlib (1)
system\Collections\Concurrent\ConcurrentQueue.cs (1)
930return Math.Min(m_low, SEGMENT_SIZE);