3 writes to _index
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
PooledObjects\PooledList`1.Enumerator.cs (3)
20
_index
= 0;
37
_index
++;
46
_index
= 0;
2 references to _index
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
PooledObjects\PooledList`1.Enumerator.cs (2)
34
if (_list is { } list &&
_index
< list.Count)
36
_current = list[
_index
];