7 references to Operand
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2602VisitRvalue(node.Operand)
Generated\BoundNodes.xml.Generated.vb (4)
8717If operand IsNot Me.Operand OrElse awaitableInstancePlaceholder IsNot Me.AwaitableInstancePlaceholder OrElse getAwaiter IsNot Me.GetAwaiter OrElse awaiterInstancePlaceholder IsNot Me.AwaiterInstancePlaceholder OrElse isCompleted IsNot Me.IsCompleted OrElse getResult IsNot Me.GetResult OrElse type IsNot Me.Type Then 11939Me.Visit(node.Operand) 13018Dim operand As BoundExpression = DirectCast(Me.Visit(node.Operand), BoundExpression) 14463New TreeDumperNode("operand", Nothing, new TreeDumperNode() {Visit(node.Operand, Nothing)}),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb (1)
46PlaceholderReplacementMap.Add(awaitableInstancePlaceholder, VisitExpression(node.Operand))
Operations\VisualBasicOperationFactory.vb (1)
414Dim awaitedValue As IOperation = Create(boundAwaitOperator.Operand)