3 references to property_
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2069
return SyntaxUtilities.HasBackingField((PropertyDeclarationSyntax)node) ? FeaturesResources.auto_property : FeaturesResources.
property_
;
Snippets\CSharpPropSnippetProvider.cs (1)
24
public override string Description => FeaturesResources.
property_
;
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
331
=> symbol.IsAutoProperty() ? FeaturesResources.auto_property : FeaturesResources.
property_
;