12 references to SolutionChanged
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
170case WorkspaceChangeKind.SolutionChanged:
Microsoft.CodeAnalysis.Workspaces (11)
Workspace\ISolutionAnalyzerSetterWorkspaceService.cs (1)
33=> workspace.SetCurrentSolution(s => s.WithAnalyzerReferences(references), WorkspaceChangeKind.SolutionChanged);
Workspace\ProjectSystem\SolutionChangeAccumulator.cs (3)
18/// <see cref="WorkspaceChangeKind.SolutionChanged"/> if we can't give a more precise type. 65_workspaceChangeKind = WorkspaceChangeKind.SolutionChanged; 110_workspaceChangeKind = WorkspaceChangeKind.SolutionChanged;
Workspace\Workspace_SourceGeneration.cs (1)
52static (_, _) => (WorkspaceChangeKind.SolutionChanged, projectId: null, documentId: null),
Workspace\Workspace.cs (5)
554WorkspaceChangeKind.SolutionChanged); 995}, WorkspaceChangeKind.SolutionChanged); 1007}, WorkspaceChangeKind.SolutionChanged); 1014=> SetCurrentSolution(oldSolution => oldSolution.WithFallbackAnalyzerOptions(options), WorkspaceChangeKind.SolutionChanged); 1436WorkspaceChangeKind.SolutionChanged);
Workspace\WorkspaceChangeKind.cs (1)
131=> kind is >= WorkspaceChangeKind.SolutionChanged and <= WorkspaceChangeKind.AnalyzerConfigDocumentChanged;