3 references to IsInPreprocessorDirectiveContext
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
SyntaxTreeExtensions.vb (1)
332Return IsInPreprocessorDirectiveContext(syntaxTree, position, cancellationToken, directive)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
SyntaxTreeExtensions.vb (2)
358If IsInPreprocessorDirectiveContext(syntaxTree, position, cancellationToken, directive) AndAlso 1091If Not IsInPreprocessorDirectiveContext(syntaxTree, position, cancellationToken, directive) Then