1 write to AdditionalSyntaxTrees
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
Language\IntegrationTests\RazorToolingIntegrationTestBase.cs (1)
52AdditionalSyntaxTrees = new List<SyntaxTree>();
6 references to AdditionalSyntaxTrees
Microsoft.AspNetCore.Razor.Test.Common.Tooling (6)
Language\IntegrationTests\RazorToolingIntegrationTestBase.cs (6)
195AdditionalSyntaxTrees.Add(syntaxTree); 203BaseCompilation = BaseCompilation.AddSyntaxTrees(AdditionalSyntaxTrees), 225AdditionalSyntaxTrees.RemoveAll(st => st.FilePath == item.FilePath); 226AdditionalSyntaxTrees.Add(syntaxTree); 233BaseCompilation = BaseCompilation.AddSyntaxTrees(AdditionalSyntaxTrees), 252BaseCompilation = BaseCompilation.AddSyntaxTrees(AdditionalSyntaxTrees),