13 references to IsSupportingAssignment
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_Invocation.vb (2)
2485If argument.IsSupportingAssignment() Then 2844ElseIf isLValue OrElse argument.IsSupportingAssignment() Then
Binding\Binder_Latebound.vb (2)
188Dim passByRef As Boolean = Not isIndexing AndAlso IsSupportingAssignment(argument) 190If Not isIndexing AndAlso IsSupportingAssignment(argument) Then
BoundTree\BoundAssignmentOperator.vb (1)
77Debug.Assert(Not arg.IsSupportingAssignment())
BoundTree\BoundByRefArgumentWithCopyBack.vb (1)
13Debug.Assert(OriginalArgument.IsSupportingAssignment())
BoundTree\BoundExpressionExtensions.vb (1)
151Debug.Assert(node.IsSupportingAssignment())
BoundTree\BoundLateBoundArgumentSupportingAssignmentWithCapture.vb (1)
16Debug.Assert(OriginalArgument.IsSupportingAssignment())
BoundTree\BoundRedimClause.vb (1)
21Debug.Assert(Not arg.IsSupportingAssignment())
Lowering\LocalRewriter\LocalRewriter_LateBindingHelpers.vb (2)
743If Not IsSupportingAssignment(assignmentTarget) Then 870If Not argument.IsSupportingAssignment() Then
Lowering\UseTwiceRewriter.vb (1)
440If Not boundArgument.IsSupportingAssignment() Then
Semantics\OverloadResolution.vb (1)
3211If argument.IsSupportingAssignment() Then