5 references to CompoundAssignmentTargetPlaceholder
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Statements.vb (1)
2229Debug.Assert((original.Kind = BoundKind.CompoundAssignmentTargetPlaceholder) = (right.Kind = BoundKind.MidResult) OrElse original.HasErrors OrElse right.HasErrors)
Generated\BoundNodes.xml.Generated.vb (3)
1704MyBase.New(BoundKind.CompoundAssignmentTargetPlaceholder, syntax, type, hasErrors) 1711MyBase.New(BoundKind.CompoundAssignmentTargetPlaceholder, syntax, type) 9372Case BoundKind.CompoundAssignmentTargetPlaceholder
Operations\VisualBasicOperationFactory.vb (1)
288BoundKind.CompoundAssignmentTargetPlaceholder,