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