1 write to _httpContextHasEndpoint
Microsoft.AspNetCore.Security.Microbenchmarks (1)
AuthorizationMiddlewareBenchmark.cs (1)
30
_httpContextHasEndpoint
= new DefaultHttpContext();
2 references to _httpContextHasEndpoint
Microsoft.AspNetCore.Security.Microbenchmarks (2)
AuthorizationMiddlewareBenchmark.cs (2)
31
_httpContextHasEndpoint
.Features.Set<IEndpointFeature>(feature);
43
return _authorizationMiddleware.Invoke(
_httpContextHasEndpoint
);