2 instantiations of DfaState
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcherBuilder.cs (2)
573states[exitDestination] = new DfaState( 667states[currentStateIndex] = new DfaState(
4 references to DfaState
Microsoft.AspNetCore.Routing (4)
Matching\DfaMatcher.cs (2)
18private readonly DfaState[] _states; 22public DfaMatcher(ILogger<DfaMatcher> logger, EndpointSelector selector, DfaState[] states, int maxSegmentCount)
Matching\DfaMatcherBuilder.cs (2)
568var states = new DfaState[stateCount]; 584DfaState[] states,