1 write to IsPreprocessorStartContext
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxContext.vb (1)
127
Me.
IsPreprocessorStartContext
= ComputeIsPreprocessorStartContext(position, targetToken)
9 references to IsPreprocessorStartContext
Microsoft.CodeAnalysis.VisualBasic.Features (9)
Completion\KeywordRecommenders\PreprocessorDirectives\ConstDirectiveKeywordRecommender.vb (1)
21
Return If(context.
IsPreprocessorStartContext
AndAlso Not context.SyntaxTree.IsEnumMemberNameContext(context),
Completion\KeywordRecommenders\PreprocessorDirectives\ElseDirectiveKeywordRecommender.vb (1)
21
If context.
IsPreprocessorStartContext
OrElse context.IsWithinPreprocessorContext Then
Completion\KeywordRecommenders\PreprocessorDirectives\ElseIfDirectiveKeywordRecommender.vb (1)
21
If context.
IsPreprocessorStartContext
OrElse context.IsWithinPreprocessorContext Then
Completion\KeywordRecommenders\PreprocessorDirectives\EndIfDirectiveKeywordRecommender.vb (1)
23
If context.
IsPreprocessorStartContext
Then
Completion\KeywordRecommenders\PreprocessorDirectives\EndRegionDirectiveKeywordRecommender.vb (1)
24
If context.
IsPreprocessorStartContext
Then
Completion\KeywordRecommenders\PreprocessorDirectives\IfDirectiveKeywordRecommender.vb (1)
21
Return If(context.
IsPreprocessorStartContext
AndAlso Not context.SyntaxTree.IsEnumMemberNameContext(context),
Completion\KeywordRecommenders\PreprocessorDirectives\ReferenceDirectiveKeywordRecommender.vb (1)
21
Return If(context.
IsPreprocessorStartContext
AndAlso context.SyntaxTree.IsScript() AndAlso Not context.SyntaxTree.IsEnumMemberNameContext(context),
Completion\KeywordRecommenders\PreprocessorDirectives\RegionDirectiveKeywordRecommender.vb (1)
21
Return If(context.
IsPreprocessorStartContext
AndAlso Not context.SyntaxTree.IsEnumMemberNameContext(context),
Completion\KeywordRecommenders\PreprocessorDirectives\WarningDirectiveKeywordRecommender.vb (1)
18
If context.
IsPreprocessorStartContext
AndAlso Not context.SyntaxTree.IsEnumMemberNameContext(context) Then