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