5 instantiations of StubTask
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
BuildModelFactoryTests.cs (1)
48_stubTask = new StubTask(_buildEngine);
GeneralTests.cs (4)
69new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 96new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()), 114var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new StubTask()); 148var 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;