8 references to RemoveAnalyzerConfigDocument
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Workspaces\WorkspaceTests_EditorFeatures.cs (1)
1285newSolution = oldSolution.RemoveAnalyzerConfigDocument(newDocId);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Project.cs (1)
797=> this.Solution.RemoveAnalyzerConfigDocument(documentId).GetRequiredProject(Id);
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
SolutionTests\SolutionTests.cs (4)
156Assert.Throws<ArgumentNullException>(() => solution.RemoveAnalyzerConfigDocument(null!)); 157Assert.Throws<InvalidOperationException>(() => solution.RemoveAnalyzerConfigDocument(s_unrelatedDocumentId)); 4731solution = solution.RemoveAnalyzerConfigDocument(editorConfigDocumentId); 4816solution = solution.RemoveAnalyzerConfigDocument(editorConfigDocumentId);
Microsoft.VisualStudio.LanguageServices (1)
Preview\TopLevelChange.cs (1)
134solution = solution.RemoveAnalyzerConfigDocument(updatedDocumentIdOpt);
Roslyn.VisualStudio.Next.UnitTests (1)
Services\SolutionServiceTests.cs (1)
384return s.RemoveAnalyzerConfigDocument(analyzerConfigDocumentId);