5 references to Value
Microsoft.CodeAnalysis.VisualBasic (5)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2588VisitRvalue(node.Value)
Generated\BoundNodes.xml.Generated.vb (4)
8153If name IsNot Me.Name OrElse value IsNot Me.Value OrElse matchesImport <> Me.MatchesImport OrElse objectCreation IsNot Me.ObjectCreation OrElse type IsNot Me.Type Then 11912Me.Visit(node.Value) 12983Dim value As BoundExpression = DirectCast(Me.Visit(node.Value), BoundExpression) 14410New TreeDumperNode("value", Nothing, new TreeDumperNode() {Visit(node.Value, Nothing)}),