8 references to Validate
Microsoft.AspNetCore.Routing.Microbenchmarks (8)
Matching\MatcherAzureBenchmark.cs (2)
42
Validate
(httpContext, Endpoints[sample], httpContext.GetEndpoint());
54
Validate
(httpContext, Endpoints[sample], httpContext.GetEndpoint());
Matching\MatcherGithubBenchmark.cs (2)
34
Validate
(httpContext, Endpoints[i], httpContext.GetEndpoint());
45
Validate
(httpContext, Endpoints[i], httpContext.GetEndpoint());
Matching\MatcherSingleEntryBenchmark.cs (4)
46
Validate
(httpContext, Endpoints[0], httpContext.GetEndpoint());
55
Validate
(httpContext, Endpoints[0], httpContext.GetEndpoint());
64
Validate
(httpContext, Endpoints[0], httpContext.GetEndpoint());
73
Validate
(httpContext, Endpoints[0], httpContext.GetEndpoint());