2 references to GetMethodDeclaration
Microsoft.CodeAnalysis.Features (2)
ReplaceMethodWithProperty\AbstractReplaceMethodWithPropertyService.cs (2)
47
var getMethodDeclaration = getAndSetMethods.
GetMethodDeclaration
;
49
var finalLeadingTrivia = getAndSetMethods.
GetMethodDeclaration
.GetLeadingTrivia().ToList();