4 references to GetPlatformExtensionSDKLocation
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
491
=>
GetPlatformExtensionSDKLocation
(sdkMoniker, targetPlatformIdentifier, targetPlatformVersion, null, null);
Microsoft.Build.Utilities.UnitTests (3)
ToolLocationHelper_Tests.cs (3)
3038
string path = ToolLocationHelper.
GetPlatformExtensionSDKLocation
(
3047
path = ToolLocationHelper.
GetPlatformExtensionSDKLocation
(
3056
path = ToolLocationHelper.
GetPlatformExtensionSDKLocation
("Something, Version=1.0", "MyPlatform", new Version(4, 0), new[] { _fakeStructureRoot }, null);