2 references to GetPropertyDeclaration
Microsoft.CodeAnalysis.Features (2)
UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (2)
112var propertyDeclaration = GetPropertyDeclaration(property.DeclaringSyntaxReferences[0].GetSyntax(cancellationToken)); 192propertyDeclaration = GetPropertyDeclaration(property.DeclaringSyntaxReferences[0].GetSyntax(cancellationToken));