1 write to _attributes
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
AttributeDictionary.cs (1)
336
_attributes
= attributes;
2 references to _attributes
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
AttributeDictionary.cs (2)
342
public KeyValuePair<string, string?> Current =>
_attributes
.Get(_index);
356
return _index <
_attributes
.Count;