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