5 references to GetPlatformSDKLocation
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
1222
string sdkLocation =
GetPlatformSDKLocation
(sdkIdentifier, sdkVersion);
Microsoft.Build.Utilities.UnitTests (4)
ToolLocationHelper_Tests.cs (4)
125
string sdkRootPath = ToolLocationHelper.
GetPlatformSDKLocation
("Windows", "8.1");
134
string sdkRootPath = ToolLocationHelper.
GetPlatformSDKLocation
("Windows", "8.1");
143
string expectedValue = ToolLocationHelper.
GetPlatformSDKLocation
("Windows", "10.0");
159
string sdkRootPath = ToolLocationHelper.
GetPlatformSDKLocation
("Windows", "10.0");