1 implementation of IsDirective
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
138
public bool
IsDirective
([NotNullWhen(true)] SyntaxNode? node)
1 reference to IsDirective
Microsoft.VisualStudio.LanguageServices (1)
Extensions\DocumentExtensions.cs (1)
37
if (syntaxFacts.
IsDirective
(directive))