2 references to Awaited
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ResourceInvoker.cs (2)
74
return
Awaited
(this, Task.FromException(exception), scope);
79
return
Awaited
(this, task, scope);