3 references to SdkToolsPath
Microsoft.Build.Tasks.Core (3)
LC.cs (3)
83set => Bag[nameof(SdkToolsPath)] = value; 84get => (string)Bag[nameof(SdkToolsPath)]; 136string pathToTool = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, ProcessorArchitecture.CurrentProcessArchitecture, SdkToolsPath, ToolExe, Log, true);