3 writes to _left
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
21407
Me.
_left
= left
21421
Me.
_left
= left
21434
Me.
_left
= left
6 references to _left
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
21451
Return Me.
_left
21476
Return Me.
_left
21489
Return new JoinConditionSyntax(Me.Kind, newErrors, GetAnnotations,
_left
, _equalsKeyword, _right)
21493
Return new JoinConditionSyntax(Me.Kind, GetDiagnostics, annotations,
_left
, _equalsKeyword, _right)
32923
Dim newLeft = DirectCast(Visit(node.
_left
), ExpressionSyntax)
32924
If node.
_left
IsNot newLeft Then anyChanges = True