10 instantiations of StubTask
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
47_stubTask = new StubTask(_buildEngine);
Microsoft.DotNet.Build.Tasks.Feed.Tests (9)
GeneralTests.cs (4)
87new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 114new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 132var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 166var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask());
LatestLinksManagerTests.cs (5)
80var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 124var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 154var taskLoggingHelper = new TaskLoggingHelper(new StubTask()); 191var taskLoggingHelper = new TaskLoggingHelper(new StubTask()); 228var taskLoggingHelper = new TaskLoggingHelper(new StubTask());
1 reference to StubTask
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
40readonly StubTask _stubTask;