5 references to Name
Microsoft.CodeAnalysis.VisualBasic (5)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2587VisitRvalue(node.Name)
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 11911Me.Visit(node.Name) 12982Dim name As BoundExpression = DirectCast(Me.Visit(node.Name), BoundExpression) 14409New TreeDumperNode("name", Nothing, new TreeDumperNode() {Visit(node.Name, Nothing)}),