1 instantiation of TaskDerivedType
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ControllerActionInvokerTest.cs (1)
1882
var task = new
TaskDerivedType
();
2 references to TaskDerivedType
Microsoft.AspNetCore.Mvc.Core.Test (2)
Infrastructure\ControllerActionInvokerTest.cs (2)
1880
public
TaskDerivedType
TaskActionWithCustomTaskReturnType(int i, string s)
1882
var
task = new TaskDerivedType();