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