2 implementations of IsPreProcessorDirectiveContext
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
117
public bool
IsPreProcessorDirectiveContext
(SyntaxTree syntaxTree, int position, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
127
Public Function
IsPreProcessorDirectiveContext
(syntaxTree As SyntaxTree, position As Integer, cancellationToken As CancellationToken) As Boolean Implements ISyntaxFacts.IsPreProcessorDirectiveContext
1 reference to IsPreProcessorDirectiveContext
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
127
Public Function IsPreProcessorDirectiveContext(syntaxTree As SyntaxTree, position As Integer, cancellationToken As CancellationToken) As Boolean Implements ISyntaxFacts.
IsPreProcessorDirectiveContext