22 references to ThrowStatement
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Statements.vb (1)
130Case SyntaxKind.ThrowStatement
Binding\MemberSemanticModel.vb (1)
304SyntaxKind.ThrowStatement,
Generated\Syntax.xml.Internal.Generated.vb (4)
40478Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.ThrowStatement, throwKeyword, expression, hash) 40483Dim result = New ThrowStatementSyntax(SyntaxKind.ThrowStatement, throwKeyword, expression) 52544Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.ThrowStatement, throwKeyword, expression, _factoryContext, hash) 52549Dim result = New ThrowStatementSyntax(SyntaxKind.ThrowStatement, throwKeyword, expression, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (4)
20120Return New ThrowStatementSyntax(SyntaxKind.ThrowStatement, Nothing, Nothing, DirectCast(throwKeyword.Node, InternalSyntax.KeywordSyntax), expression) 35919SyntaxKind.ThrowStatement, 36213SyntaxKind.ThrowStatement, 36515SyntaxKind.ThrowStatement,
Generated\Syntax.xml.Syntax.Generated.vb (1)
19940''' <item><description><see cref="SyntaxKind.ThrowStatement"/></description></item>
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (1)
537expression.IsParentKind(SyntaxKind.ThrowStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
162Public ReadOnly Property ThrowStatement As Integer = SyntaxKind.ThrowStatement Implements ISyntaxKinds.ThrowStatement
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\CastAnalyzer.vb (1)
367If parentNode.IsKind(SyntaxKind.ThrowStatement) Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\SyntaxComparer.vb (1)
509Case SyntaxKind.ThrowStatement
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
Classification\ClassificationHelpers.vb (1)
159SyntaxKind.ThrowStatement,
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (1)
537expression.IsParentKind(SyntaxKind.ThrowStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
162Public ReadOnly Property ThrowStatement As Integer = SyntaxKind.ThrowStatement Implements ISyntaxKinds.ThrowStatement
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\CastAnalyzer.vb (1)
367If parentNode.IsKind(SyntaxKind.ThrowStatement) Then
Roslyn.Diagnostics.VisualBasic.Analyzers (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (1)
537expression.IsParentKind(SyntaxKind.ThrowStatement) OrElse
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxKinds.vb (1)
162Public ReadOnly Property ThrowStatement As Integer = SyntaxKind.ThrowStatement Implements ISyntaxKinds.ThrowStatement
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\CastAnalyzer.vb (1)
367If parentNode.IsKind(SyntaxKind.ThrowStatement) Then