5 references to toolsPath
Microsoft.Build (5)
Definition\Toolset.cs (1)
907reservedProperties.Add(ProjectPropertyInstance.Create(ReservedPropertyNames.toolsPath, EscapingUtilities.Escape(ToolsPath), mayBeReserved: true));
Definition\ToolsetReader.cs (2)
523if (String.Equals(property.Name, ReservedPropertyNames.toolsPath, StringComparison.OrdinalIgnoreCase)) 531new ToolsetPropertyDefinition(ReservedPropertyNames.toolsPath, toolsPath, property.Source),
Evaluation\Evaluator.cs (1)
1139SetBuiltInProperty(ReservedPropertyNames.toolsPath, _data.Toolset.ToolsPath);
Resources\Constants.cs (1)
85toolsPath,