5 instantiations of StubTask
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
BuildModelFactoryTests.cs (1)
49_stubTask = new StubTask(_buildEngine);
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());
1 reference to StubTask
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
BuildModelFactoryTests.cs (1)
43readonly StubTask _stubTask;