9 references to IsInPreprocessorDirectiveContext
Microsoft.CodeAnalysis.VisualBasic.Workspaces (9)
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb\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),
VisualBasicSyntaxFacts.vb (1)
128
Return syntaxTree.
IsInPreprocessorDirectiveContext
(position, cancellationToken)