1 write to _flags
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RequiredAttributeDescriptor.cs (1)
36_flags = flags;
3 references to _flags
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\RequiredAttributeDescriptor.cs (3)
16internal RequiredAttributeDescriptorFlags Flags => _flags; 24public bool CaseSensitive => _flags.IsFlagSet(RequiredAttributeDescriptorFlags.CaseSensitive); 25public bool IsDirectiveAttribute => _flags.IsFlagSet(RequiredAttributeDescriptorFlags.IsDirectiveAttribute);