Implemented interface member:
method
ExecuteAsync
Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<TResult>.ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext, TResult)
18 references to ExecuteAsync
Microsoft.AspNetCore.Mvc.Core.Test (18)
Infrastructure\ObjectResultExecutorTest.cs (18)
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);
229
await executor.
ExecuteAsync
(actionContext, result);
250
await executor.
ExecuteAsync
(actionContext, result);
271
await executor.
ExecuteAsync
(actionContext, result);
297
await executor.
ExecuteAsync
(actionContext, result);
320
await executor.
ExecuteAsync
(actionContext, result);
343
() => executor.
ExecuteAsync
(actionContext, result));
375
() => executor.
ExecuteAsync
(actionContext, result));
416
await executor.
ExecuteAsync
(actionContext, result);
453
await executor.
ExecuteAsync
(actionContext, result);
475
await executor.
ExecuteAsync
(actionContext, result);