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