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