12 references to FileInfoExists
Microsoft.Build.Tasks.Core (12)
Al.cs (2)
323? SdkToolsPathUtility.FileInfoExists(TaskEnvironment.GetAbsolutePath(f)) 324: SdkToolsPathUtility.FileInfoExists(f),
AxTlbBaseTask.cs (1)
110SdkToolsPathUtility.FileInfoExists,
GenerateResource.cs (1)
1082SdkToolsPathUtility.FileInfoExists,
LC.cs (1)
136string pathToTool = SdkToolsPathUtility.GeneratePathToTool(SdkToolsPathUtility.FileInfoExists, ProcessorArchitecture.CurrentProcessArchitecture, SdkToolsPath, ToolExe, Log, true);
ResGen.cs (1)
520SdkToolsPathUtility.FileInfoExists,
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 (2)
314? SdkToolsPathUtility.FileInfoExists(TaskEnvironment.GetAbsolutePath(f)) 315: SdkToolsPathUtility.FileInfoExists(f),
WinMDExp.cs (2)
246? SdkToolsPathUtility.FileInfoExists(TaskEnvironment.GetAbsolutePath(f)) 247: SdkToolsPathUtility.FileInfoExists(f),