6 references to Operand
Microsoft.CodeAnalysis.VisualBasic (6)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2618VisitRvalue(node.Operand)
Generated\BoundNodes.xml.Generated.vb (4)
8734If 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 11964Me.Visit(node.Operand) 13043Dim operand As BoundExpression = DirectCast(Me.Visit(node.Operand), BoundExpression) 14491New TreeDumperNode("operand", Nothing, new TreeDumperNode() {Visit(node.Operand, Nothing)}),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb (1)
46PlaceholderReplacementMap.Add(awaitableInstancePlaceholder, VisitExpression(node.Operand))