9 references to IsSupportingAssignment
Microsoft.CodeAnalysis.VisualBasic (9)
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\BoundExpressionExtensions.vb (1)
151Debug.Assert(node.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)
3572If argument.IsSupportingAssignment() Then