11 references to Operand
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1598VisitRvalue(node.Operand) 1601VisitLvalue(node.Operand)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1826Assign(node.Operand, Nothing)
BoundTree\BoundRedimClause.vb (2)
15Select Case Operand.Kind 17Dim invocation = DirectCast(Operand, BoundLateInvocation)
Generated\BoundNodes.xml.Generated.vb (4)
2971If operand IsNot Me.Operand OrElse indices <> Me.Indices OrElse arrayTypeOpt IsNot Me.ArrayTypeOpt OrElse preserve <> Me.Preserve Then 11347Me.Visit(node.Operand) 12344Dim operand As BoundExpression = DirectCast(Me.Visit(node.Operand), BoundExpression) 13550New TreeDumperNode("operand", Nothing, new TreeDumperNode() {Visit(node.Operand, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_RedimClause.vb (1)
25Dim assignmentTarget = node.Operand
Operations\VisualBasicOperationFactory.vb (1)
1690Dim operand As IOperation = Create(boundRedimClause.Operand)