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