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