5 references to property_getter
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (3)
1979MethodKind.PropertyGet => symbol.AssociatedSymbol is IPropertySymbol { IsIndexer: true } ? CSharpFeaturesResources.indexer_getter : CSharpFeaturesResources.property_getter, 2083return CSharpFeaturesResources.property_getter; 2110SyntaxKind.PropertyDeclaration => CSharpFeaturesResources.property_getter,
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
EditAndContinue\Helpers\EditingTestBase.cs (1)
85"property getter" => CSharpFeaturesResources.property_getter,
EditAndContinue\TopLevelEditingTests.cs (1)
20885[Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "get", CSharpFeaturesResources.property_getter)],