10 references to BoundLateBoundArgumentSupportingAssignmentWithCapture
Microsoft.CodeAnalysis.VisualBasic (10)
Generated\BoundNodes.xml.Generated.vb (7)
6501
Public Function Update(originalArgument As BoundExpression, localSymbol As SynthesizedLocal, type As TypeSymbol) As
BoundLateBoundArgumentSupportingAssignmentWithCapture
9572
Return VisitLateBoundArgumentSupportingAssignmentWithCapture(CType(node,
BoundLateBoundArgumentSupportingAssignmentWithCapture
), arg)
10166
Public Overridable Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
, arg As A) As R
10869
Public Overridable Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode
11733
Public Overrides Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode
12773
Public Overrides Function VisitLateBoundArgumentSupportingAssignmentWithCapture(node As
BoundLateBoundArgumentSupportingAssignmentWithCapture
) As BoundNode
14132
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