5 references to Declaration
Microsoft.CodeAnalysis.VisualBasic (5)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2571
VisitRvalue(node.
Declaration
)
Generated\BoundNodes.xml.Generated.vb (4)
7931
If declaration IsNot Me.
Declaration
OrElse childNodes <> Me.ChildNodes OrElse rewriterInfo IsNot Me.RewriterInfo OrElse type IsNot Me.Type Then
11887
Me.Visit(node.
Declaration
)
12951
Dim declaration As BoundExpression = DirectCast(Me.Visit(node.
Declaration
), BoundExpression)
14373
New TreeDumperNode("declaration", Nothing, new TreeDumperNode() {Visit(node.
Declaration
, Nothing)}),