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); 43return _authorizationMiddleware.Invoke(_httpContextHasEndpoint);