3 references to ToolsPath
Microsoft.Build (2)
Definition\ToolsetLocalReader.cs (1)
39yield return new ToolsetPropertyDefinition(MSBuildConstants.ToolsPath, BuildEnvironmentHelper.Instance.CurrentMSBuildToolsDirectory, _sourceLocation);
Resources\Constants.cs (1)
43internal const string toolsPath = MSBuildConstants.ToolsPath;
Microsoft.Build.Utilities.Core (1)
FrameworkLocationHelper.cs (1)
1077string toolsPath = FindRegistryValueUnderKey(toolsVersionSpecificKey, MSBuildConstants.ToolsPath, view);