2 references to indexer
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1974
=> symbol.IsIndexer ? CSharpFeaturesResources.
indexer
: base.GetDisplayName(symbol);
2072
return CSharpFeaturesResources.
indexer
;