Base:
method
Build
Microsoft.AspNetCore.Routing.Matching.MatcherBuilder.Build()
4 references to Build
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\CreateMatcherRegexConstraintBenchmark.cs (1)
37builder.Build();
Microsoft.AspNetCore.Routing.Tests (3)
Matching\DfaMatcherConformanceTest.cs (1)
76return builder.Build();
Matching\HostMatcherPolicyIntegrationTestBase.cs (1)
381return builder.Build();
Matching\HttpMethodMatcherPolicyIntegrationTestBase.cs (1)
360return builder.Build();