5 references to GatherSDKListFromDirectory
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2460GatherSDKListFromDirectory(sdkDiskRoots, monikers);
Microsoft.Build.Utilities.UnitTests (4)
ToolLocationHelper_Tests.cs (4)
3081ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatform); 3096Should.Throw<ArgumentException>(() => { ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatform); }); 3111ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatform); 3789ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatforms);