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