1 override of CreateMatcher
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherFactory.cs (1)
21public override Matcher CreateMatcher(EndpointDataSource dataSource)
1 reference to CreateMatcher
Microsoft.AspNetCore.Routing (1)
EndpointRoutingMiddleware.cs (1)
264var matcher = _matcherFactory.CreateMatcher(_endpointDataSource);