10 references to Toolset
Microsoft.Build (1)
Definition\Toolset.cs (1)
234
:
this
(toolsVersion, toolsPath, buildProperties, projectCollection, null, msbuildOverrideTasksPath)
Microsoft.Build.Engine.UnitTests (9)
Definition\Toolset_Tests.cs (8)
199
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
233
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
267
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
289
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
311
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
339
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
455
Toolset t = new
Toolset
("Fake", parentToolset.ToolsPath, null, projectCollection, null, parentToolset.OverrideTasksPath);
540
Toolset fakeToolset = new
Toolset
("Fake", parentToolset.ToolsPath, properties, projectCollection, subToolsets, parentToolset.OverrideTasksPath);
Evaluation\Evaluator_Tests.cs (1)
5184
Toolset fakeToolset = new
Toolset
("Fake", parentToolset.ToolsPath, properties, projectCollection, subToolsets, parentToolset.OverrideTasksPath);