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