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