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