3 references to HasIndexer
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\BoundAttributeDescriptor.cs (1)
37public bool HasIndexer => _flags.IsFlagSet(BoundAttributeFlags.HasIndexer);
Language\BoundAttributeDescriptorBuilder.cs (2)
71get => _flags.IsFlagSet(BoundAttributeFlags.HasIndexer); 72set => _flags.UpdateFlag(BoundAttributeFlags.HasIndexer, value);