10 references to Toolset
Microsoft.Build (1)
Definition\Toolset.cs (1)
233
:
this
(toolsVersion, toolsPath, buildProperties, projectCollection, null, msbuildOverrideTasksPath)
Microsoft.Build.Engine.UnitTests (9)
Definition\Toolset_Tests.cs (8)
201
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
235
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
269
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
291
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
313
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
341
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
457
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
542
Toolset fakeToolset = new
Toolset
("Fake", parentToolset.ToolsPath, properties, projectCollection, subToolsets, parentToolset.OverrideTasksPath);
Evaluation\Evaluator_Tests.cs (1)
5149
Toolset fakeToolset = new
Toolset
("Fake", parentToolset.ToolsPath, properties, projectCollection, subToolsets, parentToolset.OverrideTasksPath);