1 write to _array
Microsoft.CodeAnalysis.CodeStyle (1)
TemporaryArray`1.cs (1)
328
_array
= new TemporaryArray<T>(in array);
2 references to _array
Microsoft.CodeAnalysis.CodeStyle (2)
TemporaryArray`1.cs (2)
337
if (_nextIndex >=
_array
.Count)
343
_current =
_array
[_nextIndex];