5 references to
Microsoft.Build.Engine (5)
Engine\Engine.cs (5)
266: this(1 /* cpu */, false /* not child node */, 0 /* default NodeId */, null/*No msbuild.exe path*/, null, ToolsetDefinitionLocations.ConfigurationFile | ToolsetDefinitionLocations.Registry) 275: this(1 /* number of cpus */, false /* not child node */, 0 /* default NodeId */, null/*No msbuild.exe path*/, null, ToolsetDefinitionLocations.ConfigurationFile | ToolsetDefinitionLocations.Registry) 306: this(1 /* cpu */, false /* not child node */, 0 /* default NodeId */, null/*No msbuild.exe path*/, globalProperties, locations) 314: this(numberOfCpus, false, 0 /* default NodeId */, localNodeProviderParameters, globalProperties, locations) 322: this(numberOfCpus, isChildNode, parentNodeId, localNodeProviderParameters, globalProperties, locations)