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