16 references to StrictKeyword
Microsoft.CodeAnalysis.VisualBasic (14)
Generated\Syntax.xml.Main.Generated.vb (4)
6737Case SyntaxKind.StrictKeyword : 44074SyntaxKind.StrictKeyword, 45181SyntaxKind.StrictKeyword, 45728Case SyntaxKind.StrictKeyword
Parser\Parser.vb (4)
4955SyntaxKind.StrictKeyword, 4971If optionType.Kind = SyntaxKind.StrictKeyword Then 4994optionType = InternalSyntaxFactory.MissingKeyword(SyntaxKind.StrictKeyword) 4998optionType = InternalSyntaxFactory.MissingKeyword(SyntaxKind.StrictKeyword)
Scanner\KeywordTable.vb (1)
207SyntaxKind.StrictKeyword, None,
Symbols\Source\SourceFile.vb (1)
205Case SyntaxKind.StrictKeyword
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
350SyntaxKind.StrictKeyword,
Syntax\SyntaxKindFacts.vb (2)
279SyntaxKind.StrictKeyword, 806{"strict", SyntaxKind.StrictKeyword},
Syntax\SyntaxNodeFactories.vb (1)
664SyntaxKind.StrictKeyword,
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Completion\KeywordRecommenders\OptionStatements\StrictOptionsRecommender.vb (1)
26Return If(context.TargetToken.IsKind(SyntaxKind.StrictKeyword), s_keywords, ImmutableArray(Of RecommendedKeyword).Empty)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeCleanup\Providers\AddMissingTokensCodeCleanupProvider.vb (1)
405SyntaxKind.StrictKeyword