105 references to InvokeAsync
Microsoft.AspNetCore.Mvc.Core (3)
Routing\ActionEndpointFactory.cs (1)
543
return invoker!.
InvokeAsync
();
Routing\MvcAttributeRouteHandler.cs (1)
82
return invoker.
InvokeAsync
();
Routing\MvcRouteHandler.cs (1)
70
return invoker.
InvokeAsync
();
Microsoft.AspNetCore.Mvc.Core.Test (17)
Infrastructure\ControllerActionInvokerTest.cs (16)
218
await invoker.
InvokeAsync
();
250
await invoker.
InvokeAsync
();
279
await invoker.
InvokeAsync
();
307
await invoker.
InvokeAsync
();
357
await invoker.
InvokeAsync
();
423
await invoker.
InvokeAsync
();
481
await invoker.
InvokeAsync
();
521
async () => await invoker.
InvokeAsync
(),
548
await invoker.
InvokeAsync
();
588
await invoker.
InvokeAsync
();
631
await invoker.
InvokeAsync
();
677
await invoker.
InvokeAsync
();
716
await invoker.
InvokeAsync
();
754
await invoker.
InvokeAsync
();
793
await invoker.
InvokeAsync
();
845
await invoker.
InvokeAsync
();
Routing\MvcRouteHandlerTests.cs (1)
89
mockInvoker.Setup(i => i.
InvokeAsync
())
Microsoft.AspNetCore.Mvc.Core.TestCommon (60)
CommonResourceInvokerTest.cs (60)
47
await invoker.
InvokeAsync
();
66
await invoker.
InvokeAsync
();
106
await invoker.
InvokeAsync
();
150
await invoker.
InvokeAsync
();
181
await invoker.
InvokeAsync
();
219
await invoker.
InvokeAsync
();
247
await invoker.
InvokeAsync
();
285
await invoker.
InvokeAsync
();
315
await invoker.
InvokeAsync
();
354
await invoker.
InvokeAsync
();
383
await invoker.
InvokeAsync
();
422
await invoker.
InvokeAsync
();
465
await invoker.
InvokeAsync
();
485
await Assert.ThrowsAsync(Exception.GetType(), invoker.
InvokeAsync
);
512
await invoker.
InvokeAsync
();
548
await invoker.
InvokeAsync
();
567
await invoker.
InvokeAsync
();
584
await invoker.
InvokeAsync
();
603
await invoker.
InvokeAsync
();
638
await invoker.
InvokeAsync
();
678
await invoker.
InvokeAsync
();
724
var thrown = await Assert.ThrowsAsync<InvalidCastException>(invoker.
InvokeAsync
);
753
await invoker.
InvokeAsync
();
771
await invoker.
InvokeAsync
();
791
await invoker.
InvokeAsync
();
827
await invoker.
InvokeAsync
();
868
await invoker.
InvokeAsync
();
910
await invoker.
InvokeAsync
();
948
invoker.
InvokeAsync
,
975
await Assert.ThrowsAsync(exception.GetType(), invoker.
InvokeAsync
);
1018
await invoker.
InvokeAsync
();
1060
await invoker.
InvokeAsync
();
1104
await invoker.
InvokeAsync
();
1146
await invoker.
InvokeAsync
();
1174
await invoker.
InvokeAsync
();
1197
await invoker.
InvokeAsync
();
1226
await invoker.
InvokeAsync
();
1263
await invoker.
InvokeAsync
();
1302
await invoker.
InvokeAsync
();
1330
await invoker.
InvokeAsync
();
1369
await invoker.
InvokeAsync
();
1402
await invoker.
InvokeAsync
();
1438
var exception = await Assert.ThrowsAsync<DataMisalignedException>(invoker.
InvokeAsync
);
1474
var exception = await Assert.ThrowsAsync<DataMisalignedException>(invoker.
InvokeAsync
);
1510
var exception = await Assert.ThrowsAsync<DataMisalignedException>(invoker.
InvokeAsync
);
1565
await invoker.
InvokeAsync
();
1613
await invoker.
InvokeAsync
();
1662
await invoker.
InvokeAsync
();
1693
var exception = await Assert.ThrowsAsync<InvalidOperationException>(invoker.
InvokeAsync
);
1723
await invoker.
InvokeAsync
();
1755
await invoker.
InvokeAsync
();
1785
await invoker.
InvokeAsync
();
1817
await invoker.
InvokeAsync
();
1858
await invoker.
InvokeAsync
();
1885
await invoker.
InvokeAsync
();
1914
await invoker.
InvokeAsync
();
1955
await invoker.
InvokeAsync
();
1982
await invoker.
InvokeAsync
();
2013
await invoker.
InvokeAsync
();
2064
await invoker.
InvokeAsync
();
Microsoft.AspNetCore.Mvc.RazorPages.Test (25)
Infrastructure\PageActionInvokerTest.cs (25)
106
await invoker.
InvokeAsync
();
140
await invoker.
InvokeAsync
();
488
await invoker.
InvokeAsync
();
511
await invoker.
InvokeAsync
();
540
await invoker.
InvokeAsync
();
571
await invoker.
InvokeAsync
();
605
await invoker.
InvokeAsync
();
640
await invoker.
InvokeAsync
();
674
await invoker.
InvokeAsync
();
709
await invoker.
InvokeAsync
();
743
await invoker.
InvokeAsync
();
779
await invoker.
InvokeAsync
();
814
await invoker.
InvokeAsync
();
871
await invoker.
InvokeAsync
();
940
await invoker.
InvokeAsync
();
1001
await invoker.
InvokeAsync
();
1042
() => invoker.
InvokeAsync
(),
1071
await invoker.
InvokeAsync
();
1113
await invoker.
InvokeAsync
();
1158
await invoker.
InvokeAsync
();
1205
await invoker.
InvokeAsync
();
1245
await invoker.
InvokeAsync
();
1284
await invoker.
InvokeAsync
();
1323
await invoker.
InvokeAsync
();
1378
await invoker.
InvokeAsync
();