2 writes to _stateIndex
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcherBuilder.cs (2)
562
_stateIndex
= 0;
687
_stateIndex
++;
2 references to _stateIndex
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcherBuilder.cs (2)
589
var currentStateIndex =
_stateIndex
;
683
return
_stateIndex
;