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