1 write to m_array
mscorlib (1)
system\Collections\Concurrent\ConcurrentQueue.cs (1)
692m_array = new T[SEGMENT_SIZE];
10 references to m_array
mscorlib (10)
system\Collections\Concurrent\ConcurrentQueue.cs (10)
514yield return head.m_array[i]; 529yield return head.m_array[i]; 544yield return curr.m_array[i]; 559yield return tail.m_array[i]; 729m_array[m_high] = value; 800m_array[newhigh] = value; 840result = m_array[lowLocal]; 847m_array[lowLocal] = default(T); //release the reference to the object. 899result = m_array[lowLocal]; 918list.Add(m_array[i]);