7 references to RemoveAnalyzerConfigDocument
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Workspaces\WorkspaceTests_EditorFeatures.cs (1)
1296newSolution = oldSolution.RemoveAnalyzerConfigDocument(newDocId);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Project.cs (1)
768=> this.Solution.RemoveAnalyzerConfigDocument(documentId).GetRequiredProject(Id);
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
SolutionTests\SolutionTests.cs (4)
154Assert.Throws<ArgumentNullException>(() => solution.RemoveAnalyzerConfigDocument(null!)); 155Assert.Throws<InvalidOperationException>(() => solution.RemoveAnalyzerConfigDocument(s_unrelatedDocumentId)); 4747solution = solution.RemoveAnalyzerConfigDocument(editorConfigDocumentId); 4832solution = solution.RemoveAnalyzerConfigDocument(editorConfigDocumentId);
Microsoft.VisualStudio.LanguageServices (1)
Preview\TopLevelChange.cs (1)
134solution = solution.RemoveAnalyzerConfigDocument(updatedDocumentIdOpt);