1 write to CandidateProjects
Microsoft.CodeAnalysis.Features (1)
Shared\Utilities\SupportedPlatformData.cs (1)
26CandidateProjects = candidateProjects;
3 references to CandidateProjects
Microsoft.CodeAnalysis.Features (3)
Completion\Providers\SymbolCompletionItem.cs (1)
221.AddProperty("CandidateProjects", string.Join(";", supportedPlatforms.CandidateProjects.Select(id => id.Id)));
Shared\Utilities\SupportedPlatformData.cs (2)
40var projects = CandidateProjects.Select(Solution.GetRequiredProject).OrderBy(p => p.Name); 58=> InvalidProjects.Any() && InvalidProjects.Count != CandidateProjects.Count();