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