1 write to _flags
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TagHelperDescriptor.cs (1)
72_flags = flags;
4 references to _flags
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\TagHelperDescriptor.cs (4)
21public TagHelperFlags Flags => _flags; 40public bool CaseSensitive => _flags.IsFlagSet(TagHelperFlags.CaseSensitive); 51internal bool IsFullyQualifiedNameMatch => _flags.IsFlagSet(TagHelperFlags.IsFullyQualifiedNameMatch); 53public bool ClassifyAttributesOnly => _flags.IsFlagSet(TagHelperFlags.ClassifyAttributesOnly);