5 references to indexer
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1974
=> symbol.IsIndexer ? CSharpFeaturesResources.
indexer
: base.GetDisplayName(symbol);
2072
return CSharpFeaturesResources.
indexer
;
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (3)
EditAndContinue\Helpers\EditingTestBase.cs (1)
91
"indexer" => CSharpFeaturesResources.
indexer
,
EditAndContinue\TopLevelEditingTests.cs (2)
22633
[Diagnostic(RudeEditKind.ChangingSignatureNotSupportedByRuntime, "long this[int a]", CSharpFeaturesResources.
indexer
)],
22655
[Diagnostic(RudeEditKind.ChangingSignatureNotSupportedByRuntime, "long this[int a]", CSharpFeaturesResources.
indexer
)],