1 write to Index
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelStateDictionary.cs (1)
615currentMatch.Index = index + 1;
3 references to Index
Microsoft.AspNetCore.Mvc.Abstractions (3)
ModelBinding\ModelStateDictionary.cs (3)
592var index = currentMatch.Index; 611? currentMatch.Index - 1 612: currentMatch.Index;