8 references to ConstructionOpt
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\BoundNodes.xml.Generated.vb (3)
9278If contents <> Me.Contents OrElse constructionOpt IsNot Me.ConstructionOpt OrElse type IsNot Me.Type Then 13128Dim constructionOpt As BoundExpression = node.ConstructionOpt 14592New TreeDumperNode("constructionOpt", Nothing, new TreeDumperNode() {Visit(node.ConstructionOpt, Nothing)}),
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
409Visit(node.ConstructionOpt)
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (4)
49Debug.Assert(node.ConstructionOpt IsNot Nothing) 50Return VisitExpression(node.ConstructionOpt) 61Debug.Assert(node.ConstructionOpt IsNot Nothing) 82Return VisitExpression(node.ConstructionOpt)