Implemented interface member:
property
SdkToolsPath
Microsoft.Build.Tasks.IWinMDExpTaskContract.SdkToolsPath
3 references to SdkToolsPath
Microsoft.Build.Tasks.Core (3)
WinMDExp.cs (3)
149get => (string)Bag[nameof(SdkToolsPath)]; 150set => Bag[nameof(SdkToolsPath)] = value; 245return SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, Microsoft.Build.Utilities.ProcessorArchitecture.CurrentProcessArchitecture, SdkToolsPath, ToolExe, Log, true);