1 implementation of IsMethodDeclaration
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1492
public bool
IsMethodDeclaration
([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsMethodDeclaration
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SyntaxTree\SyntaxTreeIndex_Create.cs (1)
270
if (!syntaxFacts.
IsMethodDeclaration
(node))