5 references to property_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
,
2083
return CSharpFeaturesResources.
property_getter
;
2110
SyntaxKind.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
)],