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