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