Implemented interface member:
property
SdkToolsPath
Microsoft.Build.Tasks.ISGenTaskContract.SdkToolsPath
3 references to SdkToolsPath
Microsoft.Build.Tasks.Core (3)
SGen.cs (3)
271set => Bag[nameof(SdkToolsPath)] = value; 272get => (string)Bag[nameof(SdkToolsPath)]; 317pathToTool = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, ProcessorArchitecture.CurrentProcessArchitecture, SdkToolsPath, ToolExe, Log, true);