4 references to FollowsBadEndDirective
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (4)
SyntaxTokenExtensions.vb (1)
56If token.FollowsBadEndDirective() Then
VisualBasicSyntaxContext.vb (3)
134Me.IsPreprocessorEndDirectiveKeywordContext = targetToken.FollowsBadEndDirective() 265(targetToken.HasNonContinuableEndOfLineBeforePosition(position) AndAlso Not targetToken.FollowsBadEndDirective()) 276(targetToken.HasNonContinuableEndOfLineBeforePosition(position) AndAlso Not targetToken.FollowsBadEndDirective())