1 write to InstalledSDKs
Microsoft.Build.Tasks.Core (1)
GetInstalledSDKLocations.cs (1)
197InstalledSDKs = outputItems.ToArray();
8 references to InstalledSDKs
Microsoft.Build.Tasks.UnitTests (8)
GetInstalledSDKLocations_Tests.cs (8)
287ITaskItem[] installedSDKs = t.InstalledSDKs; 334ITaskItem[] installedSDKs = t.InstalledSDKs; 408ITaskItem[] installedSDKs = t.InstalledSDKs; 524taskCorrect.InstalledSDKs.ShouldNotBeNull(); 525taskCorrect.InstalledSDKs.Length.ShouldBe(3, "Correct project directory should resolve the relative root to the real SDK structure"); 528foreach (ITaskItem item in taskCorrect.InstalledSDKs) 556taskWrong.InstalledSDKs.ShouldNotBeNull(); 557taskWrong.InstalledSDKs.Length.ShouldBe(0, "Wrong project directory should not find any SDKs");