3 references to IsInPreprocessorDirectiveContext
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxTreeExtensions.vb (1)
332
Return
IsInPreprocessorDirectiveContext
(syntaxTree, position, cancellationToken, directive)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb (2)
358
If
IsInPreprocessorDirectiveContext
(syntaxTree, position, cancellationToken, directive) AndAlso
1091
If Not
IsInPreprocessorDirectiveContext
(syntaxTree, position, cancellationToken, directive) Then