5 references to CSharpCode
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Legacy\TagHelperBlockRewriter.cs (1)
639var rewrittenBody = (CSharpCodeBlockSyntax)VisitCSharpCodeBlock(((CSharpImplicitExpressionBodySyntax)node.Body).CSharpCode);
Language\Syntax\Generated\Syntax.xml.Main.Generated.cs (1)
375=> node.Update((CSharpCodeBlockSyntax)Visit(node.CSharpCode));
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (3)
2128if (csharpCode != CSharpCode) 2142public CSharpImplicitExpressionBodySyntax AddCSharpCodeChildren(params RazorSyntaxNode[] items) => WithCSharpCode(this.CSharpCode.WithChildren(this.CSharpCode.Children.AddRange(items)));