9 instantiations of StubTask
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
47_stubTask = new StubTask(_buildEngine);
Microsoft.DotNet.Build.Tasks.Feed.Tests (8)
GeneralTests.cs (4)
70new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 97new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 115var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 149var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask());
LatestLinksManagerTests.cs (4)
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());
1 reference to StubTask
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
40readonly StubTask _stubTask;