4 references to Standalone
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\BoundNodes.xml.Generated.vb (4)
7990
If version IsNot Me.Version OrElse encoding IsNot Me.Encoding OrElse standalone IsNot Me.
Standalone
OrElse objectCreation IsNot Me.ObjectCreation OrElse type IsNot Me.Type Then
11895
Me.Visit(node.
Standalone
)
12960
Dim standalone As BoundExpression = DirectCast(Me.Visit(node.
Standalone
), BoundExpression)
14384
New TreeDumperNode("standalone", Nothing, new TreeDumperNode() {Visit(node.
Standalone
, Nothing)}),