18 references to ThrowKeyword
Microsoft.CodeAnalysis.VisualBasic (13)
Generated\Syntax.xml.Internal.Generated.vb (2)
40475Debug.Assert(throwKeyword IsNot Nothing AndAlso throwKeyword.Kind = SyntaxKind.ThrowKeyword) 52541Debug.Assert(throwKeyword IsNot Nothing AndAlso throwKeyword.Kind = SyntaxKind.ThrowKeyword)
Generated\Syntax.xml.Main.Generated.vb (5)
20116Case SyntaxKind.ThrowKeyword 20131Return SyntaxFactory.ThrowStatement(SyntaxFactory.Token(SyntaxKind.ThrowKeyword), expression) 20139Return SyntaxFactory.ThrowStatement(SyntaxFactory.Token(SyntaxKind.ThrowKeyword), Nothing) 45127SyntaxKind.ThrowKeyword, 45620Case SyntaxKind.ThrowKeyword
Parser\Parser.vb (1)
1081Case SyntaxKind.ThrowKeyword
Parser\ParseStatement.vb (1)
1514Debug.Assert(CurrentToken.Kind = SyntaxKind.ThrowKeyword, "ParseThrowStatement called on wrong token.")
Scanner\KeywordTable.vb (1)
157SyntaxKind.ThrowKeyword, None,
Syntax\InternalSyntax\SyntaxNodeFactories.vb (1)
293SyntaxKind.ThrowKeyword,
Syntax\SyntaxKindFacts.vb (1)
215SyntaxKind.ThrowKeyword,
Syntax\SyntaxNodeFactories.vb (1)
608SyntaxKind.ThrowKeyword,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
831If previousToken <> Nothing AndAlso previousToken.Kind <> SyntaxKind.ThrowKeyword Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\Extensions.vb (1)
160If token.Kind <> SyntaxKind.ThrowKeyword Then
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Classification\ClassificationHelpers.vb (1)
110SyntaxKind.ThrowKeyword,
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
831If previousToken <> Nothing AndAlso previousToken.Kind <> SyntaxKind.ThrowKeyword Then
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
831If previousToken <> Nothing AndAlso previousToken.Kind <> SyntaxKind.ThrowKeyword Then