3 references to AllowRazorInAllCodeBlocks
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\CSharpCodeParser.cs (3)
999
if ((!Context.Options.
AllowRazorInAllCodeBlocks
&& At(SyntaxKind.LeftBrace)) ||
1009
else if (Context.Options.
AllowRazorInAllCodeBlocks
&& At(SyntaxKind.LeftBrace))
1884
if (Context.Options.
AllowRazorInAllCodeBlocks
)