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