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