4 references to indexer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
EditAndContinue\TopLevelEditingTests.cs (2)
15651Diagnostic(RudeEditKind.Renamed, "int J.this[int a]", CSharpFeaturesResources.indexer)); 15703new[] { Diagnostic(RudeEditKind.ChangingTypeNotSupportedByRuntime, "string this[int a]", CSharpFeaturesResources.indexer) },
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1941=> symbol.IsIndexer ? CSharpFeaturesResources.indexer : base.GetDisplayName(symbol); 2035return CSharpFeaturesResources.indexer;