1 write to Solution
Microsoft.CodeAnalysis.Features (1)
Shared\Utilities\SupportedPlatformData.cs (1)
27Solution = solution;
1 reference to Solution
Microsoft.CodeAnalysis.Features (1)
Shared\Utilities\SupportedPlatformData.cs (1)
40var projects = CandidateProjects.Select(Solution.GetRequiredProject).OrderBy(p => p.Name);