5 references to GatherSDKListFromDirectory
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
2461GatherSDKListFromDirectory(sdkDiskRoots, monikers);
Microsoft.Build.Utilities.UnitTests (4)
ToolLocationHelper_Tests.cs (4)
3082ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatform); 3097Should.Throw<ArgumentException>(() => { ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatform); }); 3112ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatform); 3790ToolLocationHelper.GatherSDKListFromDirectory(paths, targetPlatforms);