5 references to ObjectCreation
Microsoft.CodeAnalysis.VisualBasic (5)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2598
VisitRvalue(node.
ObjectCreation
)
Generated\BoundNodes.xml.Generated.vb (3)
7878
If xmlNamespace IsNot Me.XmlNamespace OrElse objectCreation IsNot Me.
ObjectCreation
OrElse type IsNot Me.Type Then
12945
Dim objectCreation As BoundExpression = node.
ObjectCreation
14366
New TreeDumperNode("objectCreation", Nothing, new TreeDumperNode() {Visit(node.
ObjectCreation
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_XmlLiterals.vb (1)
74
Return Visit(node.
ObjectCreation
)