Implemented interface member:
property
SdkToolsPath
Microsoft.Build.Tasks.IALTaskContract.SdkToolsPath
3 references to SdkToolsPath
Microsoft.Build.Tasks.Core (3)
Al.cs (3)
287set => Bag[nameof(SdkToolsPath)] = value; 288get => (string)Bag[nameof(SdkToolsPath)]; 321pathToTool = SdkToolsPathUtility.GeneratePathToTool(f => SdkToolsPathUtility.FileInfoExists(f), archToLookFor, SdkToolsPath, ToolExe, Log, true);