2 references to AddSyntaxTrees
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
EmbeddedLanguages\CSharpTestEmbeddedLanguageUtilities.cs (1)
26
var compilationWithTestFile = compilation.RemoveAllSyntaxTrees().
AddSyntaxTrees
(testFileTree);
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
144
newCompilation = newCompilation.
AddSyntaxTrees
(replacementSyntaxTree);