3 references to TryGetMethodDeclarationBody
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\BreakpointSpans.cs (1)
824var body = SyntaxUtilities.TryGetMethodDeclarationBody(declaration);
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
172return SyntaxUtilities.TryGetMethodDeclarationBody(node); 279var bodyTokens = SyntaxUtilities.TryGetMethodDeclarationBody(node)?.DescendantTokens();