4 references to New
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Statements.vb (1)
2234
Return New BoundExpressionStatement(node, New
BoundAssignmentOperator
(node, target, placeholder, right, False,
BoundTree\BoundAssignmentOperator.vb (2)
13
Me.
New
(syntax, left, leftOnTheRightOpt:=Nothing, right:=right, suppressObjectClone:=suppressObjectClone, type:=type, hasErrors:=hasErrors)
40
Me.
New
(syntax, left, leftOnTheRightOpt, right:=right, suppressObjectClone:=suppressObjectClone,
Generated\BoundNodes.xml.Generated.vb (1)
1790
Dim result = New
BoundAssignmentOperator
(Me.Syntax, left, leftOnTheRightOpt, right, suppressObjectClone, type, Me.HasErrors)