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