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