3 references to IndexerName
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\QuickAttributeChecker.cs (2)
51
result.AddName(AttributeDescription.IndexerNameAttribute.Name, QuickAttributes.
IndexerName
);
178
result |= QuickAttributes.
IndexerName
;
Symbols\Source\SourcePropertySymbolBase.cs (1)
499
return checker.IsPossibleMatch(node, QuickAttributes.
IndexerName
);