2 references to RemoveAllSyntaxTrees
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
EmbeddedLanguages\CSharpTestEmbeddedLanguageUtilities.cs (1)
26var compilationWithTestFile = compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(testFileTree);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.TranslationAction_Actions.cs (1)
216return oldCompilation.RemoveAllSyntaxTrees().AddSyntaxTrees(syntaxTrees);