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