4 writes to _operand
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
23128
Me.
_operand
= operand
23140
Me.
_operand
= operand
23151
Me.
_operand
= operand
23166
Me.
_operand
= _operand
7 references to _operand
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
23175
writer.WriteValue(Me.
_operand
)
23200
Return Me.
_operand
23209
Return Me.
_operand
23218
Return new UnaryExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _operatorToken,
_operand
)
23222
Return new UnaryExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _operatorToken,
_operand
)
40413
Dim newOperand = DirectCast(Visit(node.
_operand
), ExpressionSyntax)
40414
If node.
_operand
IsNot newOperand Then anyChanges = True