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)
3038string path = ToolLocationHelper.GetPlatformExtensionSDKLocation( 3047path = ToolLocationHelper.GetPlatformExtensionSDKLocation( 3056path = ToolLocationHelper.GetPlatformExtensionSDKLocation("Something, Version=1.0", "MyPlatform", new Version(4, 0), new[] { _fakeStructureRoot }, null);