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