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