12 references to SolutionChanged
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
170
case 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.cs (5)
557
WorkspaceChangeKind.
SolutionChanged
);
998
}, WorkspaceChangeKind.
SolutionChanged
);
1010
}, WorkspaceChangeKind.
SolutionChanged
);
1017
=> SetCurrentSolution(oldSolution => oldSolution.WithFallbackAnalyzerOptions(options), WorkspaceChangeKind.
SolutionChanged
);
1439
WorkspaceChangeKind.
SolutionChanged
);
Workspace\Workspace_SourceGeneration.cs (1)
54
static (_, _) => (WorkspaceChangeKind.
SolutionChanged
, projectId: null, documentId: null),
Workspace\WorkspaceChangeKind.cs (1)
131
=> kind is >= WorkspaceChangeKind.
SolutionChanged
and <= WorkspaceChangeKind.AnalyzerConfigDocumentChanged;