6 references to LateBoundArgumentSupportingAssignmentWithCapture
Microsoft.CodeAnalysis.VisualBasic (6)
BoundTree\BoundExpressionExtensions.vb (1)
232Case BoundKind.LateBoundArgumentSupportingAssignmentWithCapture
BoundTree\BoundLateBoundArgumentSupportingAssignmentWithCapture.vb (1)
15Debug.Assert(OriginalArgument.Kind <> BoundKind.LateBoundArgumentSupportingAssignmentWithCapture)
Generated\BoundNodes.xml.Generated.vb (2)
6476MyBase.New(BoundKind.LateBoundArgumentSupportingAssignmentWithCapture, syntax, type, hasErrors OrElse originalArgument.NonNullAndHasErrors()) 9580Case BoundKind.LateBoundArgumentSupportingAssignmentWithCapture
Lowering\LocalRewriter\LocalRewriter_LateBindingHelpers.vb (1)
877If argument.Kind = BoundKind.LateBoundArgumentSupportingAssignmentWithCapture Then
Lowering\UseTwiceRewriter.vb (1)
64value.Kind <> BoundKind.LateBoundArgumentSupportingAssignmentWithCapture)