5 references to AllowRazorInAllCodeBlocks
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\RazorParserOptions.Builder.cs (2)
75
get => _flags.IsFlagSet(Flags.
AllowRazorInAllCodeBlocks
);
76
set => _flags.UpdateFlag(Flags.
AllowRazorInAllCodeBlocks
, value);
Language\RazorParserOptions.cs (2)
92
=> _flags.IsFlagSet(Flags.
AllowRazorInAllCodeBlocks
);
169
flags.UpdateFlag(Flags.
AllowRazorInAllCodeBlocks
, allowRazorInAllCodeBlocks.Value);
Language\RazorParserOptions.Flags.cs (1)
44
result.SetFlag(Flags.
AllowRazorInAllCodeBlocks
);