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