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)
21
public TagHelperFlags Flags =>
_flags
;
40
public bool CaseSensitive =>
_flags
.IsFlagSet(TagHelperFlags.CaseSensitive);
51
internal bool IsFullyQualifiedNameMatch =>
_flags
.IsFlagSet(TagHelperFlags.IsFullyQualifiedNameMatch);
53
public bool ClassifyAttributesOnly =>
_flags
.IsFlagSet(TagHelperFlags.ClassifyAttributesOnly);