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