5 references to ObjectCreation
Microsoft.CodeAnalysis.VisualBasic (5)
BoundTree\BoundXmlAttribute.vb (1)
14Debug.Assert(TypeSymbol.Equals(Type, ObjectCreation.Type, TypeCompareKind.ConsiderEverything))
Generated\BoundNodes.xml.Generated.vb (3)
8153If name IsNot Me.Name OrElse value IsNot Me.Value OrElse matchesImport <> Me.MatchesImport OrElse objectCreation IsNot Me.ObjectCreation OrElse type IsNot Me.Type Then 12984Dim objectCreation As BoundExpression = node.ObjectCreation 14412New TreeDumperNode("objectCreation", Nothing, new TreeDumperNode() {Visit(node.ObjectCreation, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_XmlLiterals.vb (1)
35Return Visit(node.ObjectCreation)