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