5 instantiations of StubTask
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
BuildModelFactoryTests.cs (1)
49
_stubTask = new
StubTask
(_buildEngine);
GeneralTests.cs (4)
70
new Microsoft.Build.Utilities.TaskLoggingHelper(new
StubTask
()),
97
new Microsoft.Build.Utilities.TaskLoggingHelper(new
StubTask
()),
115
var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new
StubTask
());
149
var taskLoggingHelper = new Microsoft.Build.Utilities.TaskLoggingHelper(new
StubTask
());
1 reference to StubTask
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
BuildModelFactoryTests.cs (1)
43
readonly
StubTask
_stubTask;