Matching Mono.Cecil.MethodDefinition with the respective Microsoft.CodeAnalysis.CSharp.Syntax.BaseMethodDeclarationSyntax
Given a Mono.Cecil.MethodDefinition
instance and a Microsoft.CodeAnalysis.SyntaxTree
instance is there a library that allows to locate inside the syntax tree the matching Microsoft.CodeAnalysis.CSharp.Syntax.BaseMethodDeclarationSyntax
node?