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