1 type derived from MatcherFactory
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherFactory.cs (1)
8internal sealed class DfaMatcherFactory : MatcherFactory
3 references to MatcherFactory
Microsoft.AspNetCore.Routing (3)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
85services.TryAddSingleton<MatcherFactory, DfaMatcherFactory>();
EndpointRoutingMiddleware.cs (2)
24private readonly MatcherFactory _matcherFactory; 34MatcherFactory matcherFactory,