5 instantiations of StubTask
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
BuildModelFactoryTests.cs (1)
48_stubTask = new StubTask(_buildEngine);
GeneralTests.cs (4)
66new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 93new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 111var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 145var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask());
1 reference to StubTask
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
BuildModelFactoryTests.cs (1)
42readonly StubTask _stubTask;