5 references to LateBoundArgumentSupportingAssignmentWithCapture
Microsoft.CodeAnalysis.VisualBasic (5)
BoundTree\BoundExpressionExtensions.vb (1)
232
Case BoundKind.
LateBoundArgumentSupportingAssignmentWithCapture
Generated\BoundNodes.xml.Generated.vb (2)
6467
MyBase.New(BoundKind.
LateBoundArgumentSupportingAssignmentWithCapture
, syntax, type, hasErrors OrElse originalArgument.NonNullAndHasErrors())
9571
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
)