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