5 references to New
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Statements.vb (3)
5257
Return New
BoundOnErrorStatement
(node, OnErrorStatementKind.GoToMinusOne, Nothing, Nothing)
5260
Return New
BoundOnErrorStatement
(node, OnErrorStatementKind.GoToZero, Nothing, Nothing)
5263
Return New
BoundOnErrorStatement
(node, OnErrorStatementKind.ResumeNext, Nothing, Nothing)
BoundTree\BoundOnErrorStatement.vb (1)
21
Me.
New
(syntax, OnErrorStatementKind.GoToLabel, label, labelExpressionOpt, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
8399
Dim result = New
BoundOnErrorStatement
(Me.Syntax, onErrorKind, labelOpt, labelExpressionOpt, Me.HasErrors)