2 instantiations of BoundLateBoundArgumentSupportingAssignmentWithCapture
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (1)
6486
Dim result = New
BoundLateBoundArgumentSupportingAssignmentWithCapture
(Me.Syntax, originalArgument, localSymbol, type, Me.HasErrors)
Lowering\UseTwiceRewriter.vb (1)
409
firstArgsArray(i) = New
BoundLateBoundArgumentSupportingAssignmentWithCapture
(boundArgument.Syntax,
10 references to BoundLateBoundArgumentSupportingAssignmentWithCapture
Microsoft.CodeAnalysis.VisualBasic (10)
Generated\BoundNodes.xml.Generated.vb (7)
6484
Public Function Update(originalArgument As BoundExpression, localSymbol As SynthesizedLocal, type As TypeSymbol) As
BoundLateBoundArgumentSupportingAssignmentWithCapture
9547
Return VisitLateBoundArgumentSupportingAssignmentWithCapture(CType(node,
BoundLateBoundArgumentSupportingAssignmentWithCapture
), arg)
10141
Public Overridable Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
, arg As A) As R
10844
Public Overridable Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode
11708
Public Overrides Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode
12748
Public Overrides Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode
14104
Public Overrides Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
, arg As Object) As TreeDumperNode
Lowering\LocalRewriter\LocalRewriter_LateBindingHelpers.vb (2)
879
Dim argumentWithCapture As
BoundLateBoundArgumentSupportingAssignmentWithCapture
= Nothing
882
argumentWithCapture = DirectCast(argument,
BoundLateBoundArgumentSupportingAssignmentWithCapture
)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
529
Public NotOverridable Overrides Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode