3 references to CSharpSyntaxTrees
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\IntegrationTests\IntegrationTestBase.cs (3)
133
CSharpSyntaxTrees
.Add(syntaxTree);
308
var compilation = BaseCompilation.AddSyntaxTrees(
CSharpSyntaxTrees
);
623
var compilation = BaseCompilation.AddSyntaxTrees(
CSharpSyntaxTrees
);