10 references to BoundLateBoundArgumentSupportingAssignmentWithCapture
Microsoft.CodeAnalysis.VisualBasic (10)
Generated\BoundNodes.xml.Generated.vb (7)
6510
Public Function Update(originalArgument As BoundExpression, localSymbol As SynthesizedLocal, type As TypeSymbol) As
BoundLateBoundArgumentSupportingAssignmentWithCapture
9581
Return VisitLateBoundArgumentSupportingAssignmentWithCapture(CType(node,
BoundLateBoundArgumentSupportingAssignmentWithCapture
), arg)
10175
Public Overridable Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
, arg As A) As R
10878
Public Overridable Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode
11742
Public Overrides Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode
12782
Public Overrides Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode
14141
Public Overrides Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
, arg As Object) As TreeDumperNode
Lowering\LocalRewriter\LocalRewriter_LateBindingHelpers.vb (2)
875
Dim argumentWithCapture As
BoundLateBoundArgumentSupportingAssignmentWithCapture
= Nothing
878
argumentWithCapture = DirectCast(argument,
BoundLateBoundArgumentSupportingAssignmentWithCapture
)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
530
Public NotOverridable Overrides Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode