4 references to OnAnalyzerConfigDocumentRemoved
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace.cs (1)
395
this.
OnAnalyzerConfigDocumentRemoved
(documentId);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
790
worker = await ExecuteOperation(workspace, w => w.
OnAnalyzerConfigDocumentRemoved
(analyzerConfigFile.Id));
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
178
(w, documentId) => w.
OnAnalyzerConfigDocumentRemoved
(documentId),
Workspace\Workspace.cs (1)
2026
this.
OnAnalyzerConfigDocumentRemoved
(documentId);