1 type derived from MatcherBuilder
Microsoft.AspNetCore.Routing (1)
Matching\DfaMatcherBuilder.cs (1)
16
internal sealed class DfaMatcherBuilder :
MatcherBuilder
3 references to MatcherBuilder
Microsoft.AspNetCore.Routing (3)
Matching\DataSourceDependentMatcher.cs (3)
12
private readonly Func<
MatcherBuilder
> _matcherBuilderFactory;
18
Func<
MatcherBuilder
> matcherBuilderFactory)
40
var
builder = _matcherBuilderFactory();