4 references to Target
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\BoundNodes.xml.Generated.vb (4)
8027
If target IsNot Me.
Target
OrElse data IsNot Me.Data OrElse objectCreation IsNot Me.ObjectCreation OrElse type IsNot Me.Type Then
11884
Me.Visit(node.
Target
)
12951
Dim target As BoundExpression = DirectCast(Me.Visit(node.
Target
), BoundExpression)
14376
New TreeDumperNode("target", Nothing, new TreeDumperNode() {Visit(node.
Target
, Nothing)}),