2 references to isPossibleIndexerNameAttribute
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
477
attributeMatchesOpt: this.GetIsNewExtensionMember() ? isPossibleIndexerNameAttributeInExtension :
isPossibleIndexerNameAttribute
);
510
return
isPossibleIndexerNameAttribute
(node, rootBinderOpt);