2 instantiations of ThrowStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
40483
Dim result = New
ThrowStatementSyntax
(SyntaxKind.ThrowStatement, throwKeyword, expression)
52549
Dim result = New
ThrowStatementSyntax
(SyntaxKind.ThrowStatement, throwKeyword, expression, _factoryContext)
8 references to ThrowStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (6)
29244
Public Overridable Function VisitThrowStatement(ByVal node As
ThrowStatementSyntax
) As VisualBasicSyntaxNode
31896
Public Overrides Function VisitThrowStatement(ByVal node As
ThrowStatementSyntax
) As VisualBasicSyntaxNode
40474
Friend Shared Function ThrowStatement(throwKeyword As KeywordSyntax, expression As ExpressionSyntax) As
ThrowStatementSyntax
40480
Return DirectCast(cached,
ThrowStatementSyntax
)
52540
Friend Function ThrowStatement(throwKeyword As KeywordSyntax, expression As ExpressionSyntax) As
ThrowStatementSyntax
52546
Return DirectCast(cached,
ThrowStatementSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (1)
19963
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
ThrowStatementSyntax
)._throwKeyword, Me.Position, 0)
Parser\ParseStatement.vb (1)
1513
Private Function ParseThrowStatement() As
ThrowStatementSyntax