5 references to AllowRazorInAllCodeBlocks
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\RazorParserOptions.Builder.cs (2)
69
get => _flags.IsFlagSet(Flags.
AllowRazorInAllCodeBlocks
);
70
set => _flags.UpdateFlag(Flags.
AllowRazorInAllCodeBlocks
, value);
Language\RazorParserOptions.cs (2)
89
=> _flags.IsFlagSet(Flags.
AllowRazorInAllCodeBlocks
);
160
flags.UpdateFlag(Flags.
AllowRazorInAllCodeBlocks
, allowRazorInAllCodeBlocks.Value);
Language\RazorParserOptions.Flags.cs (1)
43
result.SetFlag(Flags.
AllowRazorInAllCodeBlocks
);