4 writes to _left
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
27199
Me.
_left
= left
27213
Me.
_left
= left
27226
Me.
_left
= left
27240
Me.
_left
= _left
7 references to _left
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
27258
writer.WriteValue(Me.
_left
)
27276
Return Me.
_left
27301
Return Me.
_left
27314
Return new JoinConditionSyntax(Me.Kind, newErrors, GetAnnotations,
_left
, _equalsKeyword, _right)
27318
Return new JoinConditionSyntax(Me.Kind, GetDiagnostics, annotations,
_left
, _equalsKeyword, _right)
40851
Dim newLeft = DirectCast(Visit(node.
_left
), ExpressionSyntax)
40852
If node.
_left
IsNot newLeft Then anyChanges = True