2 instantiations of ErrorStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
38909
Dim result = New
ErrorStatementSyntax
(SyntaxKind.ErrorStatement, errorKeyword, errorNumber)
50975
Dim result = New
ErrorStatementSyntax
(SyntaxKind.ErrorStatement, errorKeyword, errorNumber, _factoryContext)
8 references to ErrorStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (6)
29132
Public Overridable Function VisitErrorStatement(ByVal node As
ErrorStatementSyntax
) As VisualBasicSyntaxNode
31483
Public Overrides Function VisitErrorStatement(ByVal node As
ErrorStatementSyntax
) As VisualBasicSyntaxNode
38899
Friend Shared Function ErrorStatement(errorKeyword As KeywordSyntax, errorNumber As ExpressionSyntax) As
ErrorStatementSyntax
38906
Return DirectCast(cached,
ErrorStatementSyntax
)
50965
Friend Function ErrorStatement(errorKeyword As KeywordSyntax, errorNumber As ExpressionSyntax) As
ErrorStatementSyntax
50972
Return DirectCast(cached,
ErrorStatementSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (1)
16275
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
ErrorStatementSyntax
)._errorKeyword, Me.Position, 0)
Parser\ParseStatement.vb (1)
1531
Private Function ParseError() As
ErrorStatementSyntax