6 references to RemoveAllSyntaxTrees
AnalyzerRunner (1)
DiagnosticAnalyzerRunner.cs (1)
395var newCompilation = compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(compilation.SyntaxTrees);
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Completion\CompletionProviders\OverrideCompletionProviderTests.cs (1)
3262var libComp = origComp.RemoveAllSyntaxTrees().AddSyntaxTrees(CSharpSyntaxTree.ParseText(before, options: options));
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Emit\DeterministicTests.cs (1)
439var comp2 = cv.Compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(trees[1], trees[0], trees[2]);
Microsoft.CodeAnalysis.Test.Utilities (1)
CompilationVerifier.cs (1)
656.RemoveAllSyntaxTrees()
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.CompilationAndGeneratorDriverTranslationAction_Actions.cs (1)
162return oldCompilation.RemoveAllSyntaxTrees().AddSyntaxTrees(syntaxTrees);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\TempPECompiler.cs (1)
59compilation = compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(syntaxTrees);