5 references to Task
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ControllerActionInvokerTest.cs (1)
1949
:
base
(() => input)
Microsoft.AspNetCore.SignalR.Tests (1)
NativeAotTests.cs (1)
376
:
base
(() => input)
Microsoft.ML.Data (1)
Commands\CrossValidationCommand.cs (1)
461
tasks[i] = new
Task
<FoldResult>(() =>
Microsoft.ML.TestFramework (2)
TestCommandBase.cs (2)
1000
t[0] = new
Task
<int>(() => MainForTest(firsttrainArgs));
1001
t[1] = new
Task
<int>(() => MainForTest(secondTrainArgs));