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