3 writes to _current
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
PooledObjects\PooledList`1.Enumerator.cs (3)
21
_current
= default;
36
_current
= list[_index];
47
_current
= default;
1 reference to _current
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
PooledObjects\PooledList`1.Enumerator.cs (1)
24
public T Current =>
_current
!;