5 references to Name
Microsoft.CodeAnalysis.VisualBasic (5)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2587
VisitRvalue(node.
Name
)
Generated\BoundNodes.xml.Generated.vb (4)
8137
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
11895
Me.Visit(node.
Name
)
12966
Dim name As BoundExpression = DirectCast(Me.Visit(node.
Name
), BoundExpression)
14393
New TreeDumperNode("name", Nothing, new TreeDumperNode() {Visit(node.
Name
, Nothing)}),