2 writes to _current
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
ReadOnlyListExtensions.cs (2)
1134_current = _enumerable[_index]; 1145_current = default!;
1 reference to _current
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
ReadOnlyListExtensions.cs (1)
1128public readonly T Current => _current;