5 references to AllowComponentFileKind
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\RazorParserOptions.Builder.cs (2)
63get => _flags.IsFlagSet(Flags.AllowComponentFileKind); 64set => _flags.UpdateFlag(Flags.AllowComponentFileKind, value);
Language\RazorParserOptions.cs (2)
86=> _flags.IsFlagSet(Flags.AllowComponentFileKind); 155flags.UpdateFlag(Flags.AllowComponentFileKind, allowComponentFileKind.Value);
Language\RazorParserOptions.Flags.cs (1)
42result.SetFlag(Flags.AllowComponentFileKind);