1 write to IsPreprocessorEndDirectiveKeywordContext
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxContext.vb (1)
134Me.IsPreprocessorEndDirectiveKeywordContext = targetToken.FollowsBadEndDirective()
2 references to IsPreprocessorEndDirectiveKeywordContext
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\PreprocessorDirectives\EndIfDirectiveKeywordRecommender.vb (1)
18If context.IsPreprocessorEndDirectiveKeywordContext AndAlso HasMatchingIfDirective(context, cancellationToken) Then
Completion\KeywordRecommenders\PreprocessorDirectives\EndRegionDirectiveKeywordRecommender.vb (1)
18If context.IsPreprocessorEndDirectiveKeywordContext AndAlso