3 writes to _index
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
AttributeDictionary.cs (3)
554_index = -1; 567_index++; 573_index = -1;
2 references to _index
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
AttributeDictionary.cs (2)
557public string? Current => _attributes.Get(_index).Value; 568return _index < _attributes.Count;