4 references to indexer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
EditAndContinue\TopLevelEditingTests.cs (2)
15651
Diagnostic(RudeEditKind.Renamed, "int J.this[int a]", CSharpFeaturesResources.
indexer
));
15703
new[] { 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);
2035
return CSharpFeaturesResources.
indexer
;