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