5 references to indexer_getter
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (3)
1979
MethodKind.PropertyGet => symbol.AssociatedSymbol is IPropertySymbol { IsIndexer: true } ? CSharpFeaturesResources.
indexer_getter
: CSharpFeaturesResources.property_getter,
2088
return CSharpFeaturesResources.
indexer_getter
;
2111
SyntaxKind.IndexerDeclaration => CSharpFeaturesResources.
indexer_getter
,
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
EditAndContinue\Helpers\EditingTestBase.cs (1)
92
"indexer getter" => CSharpFeaturesResources.
indexer_getter
,
EditAndContinue\TopLevelEditingTests.cs (1)
2367
Diagnostic(RudeEditKind.InsertNotSupportedByRuntime, "get", CSharpFeaturesResources.
indexer_getter
),