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