1 override of InvokeAsync
Microsoft.AspNetCore.Mvc.Core.Test (1)
Filters\MiddlewareFilterTest.cs (1)
412
public override async Task
InvokeAsync
()
42 references to InvokeAsync
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ControllerRequestDelegateFactory.cs (1)
103
return invoker.
InvokeAsync
();
Microsoft.AspNetCore.Mvc.Core.Test (31)
Filters\MiddlewareFilterTest.cs (1)
414
await base.
InvokeAsync
();
Infrastructure\ControllerActionInvokerTest.cs (30)
57
await invoker.
InvokeAsync
();
94
await invoker.
InvokeAsync
();
132
await invoker.
InvokeAsync
();
182
await invoker.
InvokeAsync
();
871
await invoker.
InvokeAsync
();
896
await invoker.
InvokeAsync
();
923
() => invoker.
InvokeAsync
());
946
() => invoker.
InvokeAsync
());
970
() => invoker.
InvokeAsync
());
991
await invoker.
InvokeAsync
();
1019
() => invoker.
InvokeAsync
());
1041
await invoker.
InvokeAsync
();
1068
await invoker.
InvokeAsync
();
1094
await invoker.
InvokeAsync
();
1121
await invoker.
InvokeAsync
();
1150
await invoker.
InvokeAsync
();
1178
await invoker.
InvokeAsync
();
1205
await invoker.
InvokeAsync
();
1230
await invoker.
InvokeAsync
();
1256
await invoker.
InvokeAsync
();
1287
await invoker.
InvokeAsync
();
1317
await invoker.
InvokeAsync
();
1347
() => invoker.
InvokeAsync
());
1375
() => invoker.
InvokeAsync
(),
1442
await invoker.
InvokeAsync
();
1466
await invoker.
InvokeAsync
();
1491
await invoker.
InvokeAsync
();
1515
await invoker.
InvokeAsync
();
1539
var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => invoker.
InvokeAsync
());
1571
await invoker.
InvokeAsync
();
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageRequestDelegateFactory.cs (1)
114
return pageInvoker.
InvokeAsync
();
Microsoft.AspNetCore.Mvc.RazorPages.Test (9)
Infrastructure\PageActionInvokerTest.cs (9)
45
await invoker.
InvokeAsync
();
73
await invoker.
InvokeAsync
();
196
await invoker.
InvokeAsync
();
252
await invoker.
InvokeAsync
();
312
await invoker.
InvokeAsync
();
345
await invoker.
InvokeAsync
();
397
await invoker.
InvokeAsync
();
453
await invoker.
InvokeAsync
();
1405
await invoker.
InvokeAsync
();