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