5 references to GetPlatformSDKLocation
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
1217string sdkLocation = GetPlatformSDKLocation(sdkIdentifier, sdkVersion);
Microsoft.Build.Utilities.UnitTests (4)
ToolLocationHelper_Tests.cs (4)
121string sdkRootPath = ToolLocationHelper.GetPlatformSDKLocation("Windows", "8.1"); 130string sdkRootPath = ToolLocationHelper.GetPlatformSDKLocation("Windows", "8.1"); 139string expectedValue = ToolLocationHelper.GetPlatformSDKLocation("Windows", "10.0"); 155string sdkRootPath = ToolLocationHelper.GetPlatformSDKLocation("Windows", "10.0");