5 references to GetMethodDeclaration
Microsoft.CodeAnalysis.CSharp.Features (3)
ReplaceMethodWithProperty\CSharpReplaceMethodWithPropertyService.cs (3)
48
if (getAndSetMethods.
GetMethodDeclaration
is not MethodDeclarationSyntax getMethodDeclaration)
120
var getMethodDeclaration = (MethodDeclarationSyntax)getAndSetMethods.
GetMethodDeclaration
;
211
var getMethodDeclaration = getAndSetMethods.
GetMethodDeclaration
as MethodDeclarationSyntax;
Microsoft.CodeAnalysis.Features (2)
ReplaceMethodWithProperty\AbstractReplaceMethodWithPropertyService.cs (2)
47
var getMethodDeclaration = getAndSetMethods.
GetMethodDeclaration
;
49
var finalLeadingTrivia = getAndSetMethods.
GetMethodDeclaration
.GetLeadingTrivia().ToList();