3 writes to _operand
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
18222
Me.
_operand
= operand
18234
Me.
_operand
= operand
18245
Me.
_operand
= operand
6 references to _operand
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
18267
Return Me.
_operand
18276
Return Me.
_operand
18285
Return new UnaryExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _operatorToken,
_operand
)
18289
Return new UnaryExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _operatorToken,
_operand
)
32485
Dim newOperand = DirectCast(Visit(node.
_operand
), ExpressionSyntax)
32486
If node.
_operand
IsNot newOperand Then anyChanges = True