7 references to GetPlatformExtensionSDKLocations
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
373
=>
GetPlatformExtensionSDKLocations
(null, null, targetPlatformIdentifier, targetPlatformVersion);
Microsoft.Build.Utilities.UnitTests (6)
ToolLocationHelper_Tests.cs (6)
2993
IDictionary<string, string> sdks = ToolLocationHelper.
GetPlatformExtensionSDKLocations
(new[] { _fakeStructureRoot }, null, "FOO", new Version(1, 0));
2997
sdks = ToolLocationHelper.
GetPlatformExtensionSDKLocations
(new[] { _fakeStructureRoot }, null, "MyPlatform", new Version(3, 0));
3002
sdks = ToolLocationHelper.
GetPlatformExtensionSDKLocations
(new[] { _fakeStructureRoot }, null, "MyPlatform", new Version(4, 0));
3010
sdks = ToolLocationHelper.
GetPlatformExtensionSDKLocations
(new[] { _fakeStructureRoot }, null, "MyPlatform", new Version(1, 0));
3030
IDictionary<string, string> sdks = ToolLocationHelper.
GetPlatformExtensionSDKLocations
(new[] { _fakeStructureRoot }, null, "FOO", new Version(1, 0));
3525
IDictionary<string, string> extensionSDKs = ToolLocationHelper.
GetPlatformExtensionSDKLocations
(new[] { _fakeStructureRoot }, null, "MyPlatform", new Version(4, 0));