3 writes to _index
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
AttributeDictionary.cs (3)
338_index = -1; 355_index++; 362_index = -1;
2 references to _index
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
AttributeDictionary.cs (2)
342public KeyValuePair<string, string?> Current => _attributes.Get(_index); 356return _index < _attributes.Count;