5 references to indexer_setter
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
EditAndContinue\TopLevelEditingTests.cs (3)
15921
Diagnostic(RudeEditKind.InsertIntoGenericType, "set", CSharpFeaturesResources.
indexer_setter
));
16236
Diagnostic(RudeEditKind.ModifiersUpdate, "readonly int this[sbyte x]", CSharpFeaturesResources.
indexer_setter
),
16238
Diagnostic(RudeEditKind.ModifiersUpdate, "readonly set", CSharpFeaturesResources.
indexer_setter
));
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1947
MethodKind.PropertySet => symbol.AssociatedSymbol is IPropertySymbol { IsIndexer: true } ? CSharpFeaturesResources.
indexer_setter
: CSharpFeaturesResources.property_setter,
2063
return CSharpFeaturesResources.
indexer_setter
;