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