1 write to _httpContextNoEndpoint
Microsoft.AspNetCore.Security.Microbenchmarks (1)
AuthorizationMiddlewareBenchmark.cs (1)
24
_httpContextNoEndpoint
= new DefaultHttpContext();
1 reference to _httpContextNoEndpoint
Microsoft.AspNetCore.Security.Microbenchmarks (1)
AuthorizationMiddlewareBenchmark.cs (1)
37
return _authorizationMiddleware.Invoke(
_httpContextNoEndpoint
);