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