10 instantiations of StubTask
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
47
_stubTask = new
StubTask
(_buildEngine);
Microsoft.DotNet.Build.Tasks.Feed.Tests (9)
GeneralTests.cs (4)
87
new Microsoft.Build.Utilities.TaskLoggingHelper(new
StubTask
()),
114
new Microsoft.Build.Utilities.TaskLoggingHelper(new
StubTask
()),
132
var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new
StubTask
());
166
var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new
StubTask
());
LatestLinksManagerTests.cs (5)
80
var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new
StubTask
());
124
var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new
StubTask
());
154
var taskLoggingHelper = new TaskLoggingHelper(new
StubTask
());
191
var taskLoggingHelper = new TaskLoggingHelper(new
StubTask
());
228
var taskLoggingHelper = new TaskLoggingHelper(new
StubTask
());
1 reference to StubTask
Microsoft.DotNet.Build.Manifest.Tests (1)
BuildModelFactoryTests.cs (1)
40
readonly
StubTask
_stubTask;