4 references to Expression
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_WithBlock.vb (4)
209
Dim boundExpression As BoundExpression = Me.ContainingBinder.BindValue(Me.
Expression
, diagnostics)
228
placeholder = New BoundWithLValueExpressionPlaceholder(Me.
Expression
, boundExpression.Type)
230
placeholder = New BoundWithRValueExpressionPlaceholder(Me.
Expression
, boundExpression.Type)
320
Debug.Assert(node IsNot Me.
Expression
)