9 references to IsInPreprocessorDirectiveContext
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxFacts.vb (1)
128
Return syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (8)
SyntaxTreeExtensions.vb (7)
17
includeDirectives:=syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken),
116
Return Not syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken) AndAlso
130
If syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken) Then
206
Return Not syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken) AndAlso
481
If syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken) OrElse
558
If syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken) OrElse
626
If syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken) OrElse
VisualBasicSyntaxContext.vb (1)
186
isPreProcessorDirectiveContext:=syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken),