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