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