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