3 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
,