44 references to Invoke
Microsoft.AspNetCore.Authorization.Test (42)
AuthorizationMiddlewareTests.cs (42)
36await middleware.Invoke(context); 56await middleware.Invoke(context); 75await middleware.Invoke(context); 96await middleware.Invoke(context); 118await middleware.Invoke(context); 139await middleware.Invoke(context); 161await middleware.Invoke(context); 183await middleware.Invoke(context); 208await middleware.Invoke(context); 213await middleware.Invoke(context); 218await middleware.Invoke(context); 258await middleware.Invoke(context); 263await middleware.Invoke(context); 268await middleware.Invoke(context); 368await middleware.Invoke(context); 373await middleware.Invoke(context); 378await middleware.Invoke(context); 402await middleware.Invoke(context); 407await middleware.Invoke(context); 412await middleware.Invoke(context); 436await middleware.Invoke(context); 474await middleware.Invoke(context); 496await middleware.Invoke(context); 516await middleware.Invoke(context); 538await middleware.Invoke(context); 556await middleware.Invoke(context); 576await middleware.Invoke(context); 597await middleware.Invoke(context); 619await middleware.Invoke(context); 641await middleware.Invoke(context); 666await middleware.Invoke(context); 695await middleware.Invoke(context); 715await middleware.Invoke(context); 737await middleware.Invoke(context); 760await middleware.Invoke(context); 781await middleware.Invoke(context); 805await middleware.Invoke(context); 845await middleware.Invoke(context); 868await middleware.Invoke(context); 894await middleware.Invoke(context); 937await middleware.Invoke(context); 963await middleware.Invoke(context);
Microsoft.AspNetCore.Security.Microbenchmarks (2)
AuthorizationMiddlewareBenchmark.cs (2)
37return _authorizationMiddleware.Invoke(_httpContextNoEndpoint); 43return _authorizationMiddleware.Invoke(_httpContextHasEndpoint);