4 writes to _index
Microsoft.AspNetCore.Mvc.Abstractions (4)
ModelBinding\ModelStateDictionary.cs (4)
1021
_index
= -1;
1075
_index
= -1;
1080
_index
++;
1102
_index
= -1;
2 references to _index
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateDictionary.cs (2)
1071
if (
_index
== node.ChildNodes!.Count - 1)
1083
var currentChild = node.ChildNodes[
_index
];