3 references to GetPathToWindowsSdkFile
Microsoft.Build.Utilities.Core (3)
ToolLocationHelper.cs (3)
3474
filePath =
GetPathToWindowsSdkFile
(fileName, pathToSdk, convertedArchitecture);
3481
filePath =
GetPathToWindowsSdkFile
(fileName, pathToSdk, ProcessorArchitecture.CurrentProcessArchitecture);
3487
filePath =
GetPathToWindowsSdkFile
(fileName, pathToSdk, ProcessorArchitecture.X86);