Implemented interface member:
method
ExecuteAsync
Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<TResult>.ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext, TResult)
17 references to ExecuteAsync
Microsoft.AspNetCore.Mvc.Core.Test (17)
Infrastructure\ObjectResultExecutorTest.cs (17)
38
await executor.
ExecuteAsync
(actionContext, result);
63
await executor.
ExecuteAsync
(actionContext, result);
85
await executor.
ExecuteAsync
(actionContext, result);
106
await executor.
ExecuteAsync
(actionContext, result);
131
await executor.
ExecuteAsync
(actionContext, result);
153
await executor.
ExecuteAsync
(actionContext, result);
175
await executor.
ExecuteAsync
(actionContext, result);
201
await executor.
ExecuteAsync
(actionContext, result);
226
await executor.
ExecuteAsync
(actionContext, result);
247
await executor.
ExecuteAsync
(actionContext, result);
273
await executor.
ExecuteAsync
(actionContext, result);
296
await executor.
ExecuteAsync
(actionContext, result);
319
() => executor.
ExecuteAsync
(actionContext, result));
351
() => executor.
ExecuteAsync
(actionContext, result));
392
await executor.
ExecuteAsync
(actionContext, result);
429
await executor.
ExecuteAsync
(actionContext, result);
451
await executor.
ExecuteAsync
(actionContext, result);