2 references to IsAutoProperty
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
337=> symbol.IsAutoProperty() ? FeaturesResources.auto_property : FeaturesResources.property_;
EditAndContinue\Utilities\Extensions.cs (1)
167=> symbol is IPropertySymbol property && IsAutoProperty(property);