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