Base:
method
VisitCSharpStatementLiteral
Microsoft.AspNetCore.Razor.Language.Syntax.SyntaxVisitor<TResult>.VisitCSharpStatementLiteral(Microsoft.AspNetCore.Razor.Language.Syntax.CSharpStatementLiteralSyntax)
2 overrides of VisitCSharpStatementLiteral
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntegrationTestBase.cs (1)
691public override Syntax.SyntaxNode VisitCSharpStatementLiteral(CSharpStatementLiteralSyntax node)
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\TagHelperBlockRewriter.cs (1)
818public override SyntaxNode VisitCSharpStatementLiteral(CSharpStatementLiteralSyntax node)
3 references to VisitCSharpStatementLiteral
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntegrationTestBase.cs (1)
698return base.VisitCSharpStatementLiteral(node);
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\TagHelperBlockRewriter.cs (2)
822return base.VisitCSharpStatementLiteral(node); 826return base.VisitCSharpStatementLiteral(node);