8 references to IsInPreprocessorDirectiveContext
Microsoft.CodeAnalysis.VisualBasic.Workspaces (8)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\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
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\VisualBasicSyntaxContext.vb (1)
190
isPreProcessorDirectiveContext:=syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken),