1 override of GetPropertyDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
UseAutoProperty\CSharpUseAutoPropertyCodeFixProvider.cs (1)
42
protected override PropertyDeclarationSyntax
GetPropertyDeclaration
(SyntaxNode node)
3 references to GetPropertyDeclaration
Microsoft.CodeAnalysis.Features (3)
UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (3)
138
var propertyDeclaration =
GetPropertyDeclaration
(property.DeclaringSyntaxReferences[0].GetSyntax(cancellationToken));
196
propertyDeclaration =
GetPropertyDeclaration
(property.DeclaringSyntaxReferences[0].GetSyntax(cancellationToken));
375
var property =
GetPropertyDeclaration
(propertyLocation.FindNode(cancellationToken));