1 instantiation of DfaMatcher
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
579
return new
DfaMatcher
(_loggerFactory.CreateLogger<DfaMatcher>(), _selector, states, maxSegmentCount);
2 references to DfaMatcher
Microsoft.AspNetCore.Routing (2)
Matching\DfaMatcher.cs (1)
22
public DfaMatcher(ILogger<
DfaMatcher
> logger, EndpointSelector selector, DfaState[] states, int maxSegmentCount)
Matching\DfaMatcherBuilder.cs (1)
579
return new DfaMatcher(_loggerFactory.CreateLogger<
DfaMatcher
>(), _selector, states, maxSegmentCount);