1 implementation of IsDeclaration
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1178public bool IsDeclaration(SyntaxNode? node)
3 references to IsDeclaration
Microsoft.CodeAnalysis.Features (2)
CodeLens\CodeLensReferencesService.cs (1)
185else if (syntaxFactsService.IsDeclaration(node) ||
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
177.DescendantNodes(n => !syntaxFacts.IsDeclaration(n))
Microsoft.CodeAnalysis.Workspaces (1)
ObsoleteSymbol\AbstractObsoleteSymbolService.cs (1)
173if (syntaxFacts.IsDeclaration(token.Parent))