3 references to indexer_setter
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1980
MethodKind.PropertySet => symbol.AssociatedSymbol is IPropertySymbol { IsIndexer: true } ? CSharpFeaturesResources.
indexer_setter
: CSharpFeaturesResources.property_setter,
2100
return CSharpFeaturesResources.
indexer_setter
;
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
EditAndContinue\Helpers\EditingTestBase.cs (1)
93
"indexer setter" => CSharpFeaturesResources.
indexer_setter
,