5 references to GatherSDKListFromDirectory
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2467GatherSDKListFromDirectory(sdkDiskRoots, monikers);
Microsoft.Build.Utilities.UnitTests (4)
ToolLocationHelper_Tests.cs (4)
3076ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatform); 3091Should.Throw<ArgumentException>(() => { ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatform); }); 3106ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatform); 3784ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatforms);