9 references to GeneratePathToTool
Microsoft.Build.Tasks.Core (9)
Al.cs (1)
321pathToTool = SdkToolsPathUtility.GeneratePathToTool(
AxTlbBaseTask.cs (1)
109string pathToTool = SdkToolsPathUtility.GeneratePathToTool(
GenerateResource.cs (1)
1081_resgenPath = SdkToolsPathUtility.GeneratePathToTool(
LC.cs (1)
136string pathToTool = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, ProcessorArchitecture.CurrentProcessArchitecture, SdkToolsPath, ToolExe, Log, true);
ResGen.cs (1)
519pathToTool = SdkToolsPathUtility.GeneratePathToTool(
ResolveComReference.cs (2)
502_tlbimpPath = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, TargetProcessorArchitecture, SdkToolsPath, "TlbImp.exe", Log, ExecuteAsTool); 551_aximpPath = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, TargetProcessorArchitecture, SdkToolsPath, "AxImp.exe", Log, true /* log errors */);
SGen.cs (1)
312pathToTool = SdkToolsPathUtility.GeneratePathToTool(
WinMDExp.cs (1)
244protected override string GenerateFullPathToTool() => SdkToolsPathUtility.GeneratePathToTool(