3 references to GetPlatformSDKLocation
Microsoft.Build.Utilities.Core (3)
ToolLocationHelper.cs (3)
831
string sdkRoot =
GetPlatformSDKLocation
(targetPlatformIdentifier, targetPlatformVersion, diskRoots, registryRoot);
1029
string sdkRoot =
GetPlatformSDKLocation
(targetPlatformIdentifier, targetPlatformVersion, diskRoots, registryRoot);
1272
=>
GetPlatformSDKLocation
(targetPlatformIdentifier, targetPlatformVersion, null, null);