3 references to CSharpTemplateBlock
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\CSharpCodeParser.cs (1)
1171var template = SyntaxFactory.CSharpTemplateBlock(templateBuilder.ToList());
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (1)
2573var newNode = SyntaxFactory.CSharpTemplateBlock(children);
Language\Syntax\Generated\Syntax.xml.Main.Generated.cs (1)
737=> (CSharpTemplateBlockSyntax)InternalSyntax.SyntaxFactory.CSharpTemplateBlock(children.Node.ToGreenList<InternalSyntax.RazorSyntaxNode>()).CreateRed();