11 references to Operand
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (2)
1598
VisitRvalue(node.
Operand
)
1601
VisitLvalue(node.
Operand
)
Analysis\FlowAnalysis\DataFlowPass.vb (1)
1826
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)
2971
If operand IsNot Me.
Operand
OrElse indices <> Me.Indices OrElse arrayTypeOpt IsNot Me.ArrayTypeOpt OrElse preserve <> Me.Preserve Then
11347
Me.Visit(node.
Operand
)
12344
Dim operand As BoundExpression = DirectCast(Me.Visit(node.
Operand
), BoundExpression)
13550
New TreeDumperNode("operand", Nothing, new TreeDumperNode() {Visit(node.
Operand
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_RedimClause.vb (1)
25
Dim assignmentTarget = node.
Operand
Operations\VisualBasicOperationFactory.vb (1)
1690
Dim operand As IOperation = Create(boundRedimClause.
Operand
)