1 write to _array
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\TemporaryArray`1.cs (1)
455_array = new TemporaryArray<T>(in array);
2 references to _array
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\TemporaryArray`1.cs (2)
464if (_nextIndex >= _array.Count) 470_current = _array[_nextIndex];