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