4 references to AllowRazorInAllCodeBlocks
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\CSharpCodeParser.cs (4)
999
if ((!Context.Options.
AllowRazorInAllCodeBlocks
&& At(SyntaxKind.LeftBrace)) ||
1009
else if (Context.Options.
AllowRazorInAllCodeBlocks
&& At(SyntaxKind.LeftBrace))
1115
if (!TryBalanceBlock(builder, parseNestedBlocksAsMarkup: Context.Options.
AllowRazorInAllCodeBlocks
))
1900
if (Context.Options.
AllowRazorInAllCodeBlocks
)