8 references to AnalyzerConfigDocumentChanged
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
190case WorkspaceChangeKind.AnalyzerConfigDocumentChanged:
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
196documentChangedWorkspaceKind: WorkspaceChangeKind.AnalyzerConfigDocumentChanged);
Workspace\Workspace.cs (2)
1140WorkspaceChangeKind.AnalyzerConfigDocumentChanged, 1191WorkspaceChangeKind.AnalyzerConfigDocumentChanged,
Workspace\Workspace_Editor.cs (2)
538WorkspaceChangeKind.AnalyzerConfigDocumentChanged, 735WorkspaceChangeKind.AnalyzerConfigDocumentChanged,
Workspace\WorkspaceChangeKind.cs (1)
133=> kind is >= WorkspaceChangeKind.SolutionChanged and <= WorkspaceChangeKind.AnalyzerConfigDocumentChanged;
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
572this.RaiseWorkspaceChangedEventAsync(WorkspaceChangeKind.AnalyzerConfigDocumentChanged, oldSolution, newSolution, documentId.ProjectId, documentId);