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