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