3 references to GetTargetPlatformSdks
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
761
public static IList<TargetPlatformSDK> GetTargetPlatformSdks() =>
GetTargetPlatformSdks
(null, null);
Microsoft.Build.Utilities.UnitTests (2)
ToolLocationHelper_Tests.cs (2)
3481
IList<TargetPlatformSDK> sdkList = ToolLocationHelper.
GetTargetPlatformSdks
(new[] { _fakeStructureRoot }, null);
4055
IList<TargetPlatformSDK> sdks = ToolLocationHelper.
GetTargetPlatformSdks
(new[] { _fakeStructureRoot }, null);