6 references to BoundWithLValueExpressionPlaceholder
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Initializers.vb (1)
321
asNewVariablePlaceholder = New
BoundWithLValueExpressionPlaceholder
(equalsValueOrAsNewSyntax,
Binding\Binder_ObjectInitializer.vb (2)
595
variableOrTempPlaceholder = New
BoundWithLValueExpressionPlaceholder
(objectCreationSyntax, initializedObjectType)
859
placeholder = New
BoundWithLValueExpressionPlaceholder
(objectCreationSyntax,
Binding\Binder_Statements.vb (1)
1184
Dim asNewVariablePlaceholder As New
BoundWithLValueExpressionPlaceholder
(asClauseOpt, symbol.Type)
Binding\Binder_WithBlock.vb (1)
228
placeholder = New
BoundWithLValueExpressionPlaceholder
(Me.Expression, boundExpression.Type)
Lowering\LocalRewriter\LocalRewriter_ObjectCreation.vb (1)
201
newPlaceholder = New
BoundWithLValueExpressionPlaceholder
(node.PlaceholderOpt.Syntax, node.PlaceholderOpt.Type)