2 implementations of IsDirective
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
131
public bool
IsDirective
([NotNullWhen(true)] SyntaxNode? node)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
139
Public Function
IsDirective
(node As SyntaxNode) As Boolean Implements ISyntaxFacts.IsDirective
1 reference to IsDirective
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
139
Public Function IsDirective(node As SyntaxNode) As Boolean Implements ISyntaxFacts.
IsDirective