5 references to GetPlatformSDKLocation
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
1218
string sdkLocation =
GetPlatformSDKLocation
(sdkIdentifier, sdkVersion);
Microsoft.Build.Utilities.UnitTests (4)
ToolLocationHelper_Tests.cs (4)
122
string sdkRootPath = ToolLocationHelper.
GetPlatformSDKLocation
("Windows", "8.1");
131
string sdkRootPath = ToolLocationHelper.
GetPlatformSDKLocation
("Windows", "8.1");
140
string expectedValue = ToolLocationHelper.
GetPlatformSDKLocation
("Windows", "10.0");
156
string sdkRootPath = ToolLocationHelper.
GetPlatformSDKLocation
("Windows", "10.0");