3 writes to _right
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
21411
Me.
_right
= right
21425
Me.
_right
= right
21438
Me.
_right
= right
6 references to _right
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
21469
Return Me.
_right
21480
Return Me.
_right
21489
Return new JoinConditionSyntax(Me.Kind, newErrors, GetAnnotations, _left, _equalsKeyword,
_right
)
21493
Return new JoinConditionSyntax(Me.Kind, GetDiagnostics, annotations, _left, _equalsKeyword,
_right
)
32927
Dim newRight = DirectCast(Visit(node.
_right
), ExpressionSyntax)
32928
If node.
_right
IsNot newRight Then anyChanges = True