10 references to Operand
Microsoft.CodeAnalysis.VisualBasic (10)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1614
VisitRvalue(node.
Operand
)
1617
VisitLvalue(node.
Operand
)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1832
Assign(node.
Operand
, Nothing)
BoundTree\BoundRedimClause.vb (2)
15
Select Case
Operand
.Kind
17
Dim invocation = DirectCast(
Operand
, BoundLateInvocation)
Generated\BoundNodes.xml.Generated.vb (4)
2990
If operand IsNot Me.
Operand
OrElse indices <> Me.Indices OrElse arrayTypeOpt IsNot Me.ArrayTypeOpt OrElse preserve <> Me.Preserve Then
11381
Me.Visit(node.
Operand
)
12378
Dim operand As BoundExpression = DirectCast(Me.Visit(node.
Operand
), BoundExpression)
13587
New TreeDumperNode("operand", Nothing, new TreeDumperNode() {Visit(node.
Operand
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_RedimClause.vb (1)
25
Dim assignmentTarget = node.
Operand