3 references to GetPathToWindowsSdkFile
Microsoft.Build.Utilities.Core (3)
ToolLocationHelper.cs (3)
3475
filePath =
GetPathToWindowsSdkFile
(fileName, pathToSdk, convertedArchitecture);
3482
filePath =
GetPathToWindowsSdkFile
(fileName, pathToSdk, ProcessorArchitecture.CurrentProcessArchitecture);
3488
filePath =
GetPathToWindowsSdkFile
(fileName, pathToSdk, ProcessorArchitecture.X86);