2 implementations of IsDirective
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
131public bool IsDirective([NotNullWhen(true)] SyntaxNode? node)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
139Public Function IsDirective(node As SyntaxNode) As Boolean Implements ISyntaxFacts.IsDirective
2 references to IsDirective
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxFacts.vb (1)
139Public Function IsDirective(node As SyntaxNode) As Boolean Implements ISyntaxFacts.IsDirective
Microsoft.VisualStudio.LanguageServices (1)
Extensions\DocumentExtensions.cs (1)
38if (syntaxFacts.IsDirective(directive))