23 references to ExternalSourceKeyword
Microsoft.CodeAnalysis.VisualBasic (23)
Generated\Syntax.xml.Internal.Generated.vb (4)
45964Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.Kind = SyntaxKind.ExternalSourceKeyword) 45983Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.Kind = SyntaxKind.ExternalSourceKeyword) 58030Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.Kind = SyntaxKind.ExternalSourceKeyword) 58049Debug.Assert(externalSourceKeyword IsNot Nothing AndAlso externalSourceKeyword.Kind = SyntaxKind.ExternalSourceKeyword)
Generated\Syntax.xml.Main.Generated.vb (6)
43715Case SyntaxKind.ExternalSourceKeyword 43753Return SyntaxFactory.ExternalSourceDirectiveTrivia(SyntaxFactory.Token(SyntaxKind.HashToken), SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword), SyntaxFactory.Token(SyntaxKind.OpenParenToken), SyntaxFactory.Token(SyntaxKind.StringLiteralToken), SyntaxFactory.Token(SyntaxKind.CommaToken), SyntaxFactory.Token(SyntaxKind.IntegerLiteralToken), SyntaxFactory.Token(SyntaxKind.CloseParenToken)) 43775Case SyntaxKind.ExternalSourceKeyword 43787Return SyntaxFactory.EndExternalSourceDirectiveTrivia(SyntaxFactory.Token(SyntaxKind.HashToken), SyntaxFactory.Token(SyntaxKind.EndKeyword), SyntaxFactory.Token(SyntaxKind.ExternalSourceKeyword)) 45164SyntaxKind.ExternalSourceKeyword, 45694Case SyntaxKind.ExternalSourceKeyword
Parser\ParseConditional.vb (3)
70Case SyntaxKind.ExternalSourceKeyword 193ElseIf identifier.PossibleKeywordKind = SyntaxKind.ExternalSourceKeyword Then 270Debug.Assert(CurrentToken.Kind = SyntaxKind.IdentifierToken AndAlso DirectCast(CurrentToken, IdentifierTokenSyntax).PossibleKeywordKind = SyntaxKind.ExternalSourceKeyword,
Scanner\Directives.vb (2)
557Not IsContextualKeyword(nextNextToken, SyntaxKind.ExternalSourceKeyword, SyntaxKind.RegionKeyword)) OrElse 569Not IsContextualKeyword(nextNextToken, SyntaxKind.ExternalSourceKeyword, SyntaxKind.RegionKeyword)) Then
Scanner\KeywordTable.vb (1)
190SyntaxKind.ExternalSourceKeyword, None,
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
333SyntaxKind.ExternalSourceKeyword,
Syntax\SyntaxKindFacts.vb (5)
73SyntaxKind.ExternalSourceKeyword, 261SyntaxKind.ExternalSourceKeyword, 364SyntaxKind.ExternalSourceKeyword, 788{"externalsource", SyntaxKind.ExternalSourceKeyword}, 837{"externalsource", SyntaxKind.ExternalSourceKeyword},
Syntax\SyntaxNodeFactories.vb (1)
633SyntaxKind.ExternalSourceKeyword,