35 references to BoundWithLValueExpressionPlaceholder
Microsoft.CodeAnalysis.VisualBasic (35)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
863Public Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode
Binding\Binder_Initializers.vb (2)
316Dim asNewVariablePlaceholder As BoundWithLValueExpressionPlaceholder = Nothing 394asNewVariablePlaceholderOpt As BoundWithLValueExpressionPlaceholder,
Binding\Binder_ObjectInitializer.vb (6)
76asNewVariablePlaceholderOpt As BoundWithLValueExpressionPlaceholder 621asNewVariablePlaceholderOpt As BoundWithLValueExpressionPlaceholder, 649asNewVariablePlaceholderOpt As BoundWithLValueExpressionPlaceholder, 662Dim variableOrTempPlaceholder As BoundWithLValueExpressionPlaceholder = Nothing 907Dim placeholder As BoundWithLValueExpressionPlaceholder = Nothing 953placeholder As BoundWithLValueExpressionPlaceholder,
Binding\Binder_Statements.vb (1)
1045Dim asNewVariablePlaceholder As BoundWithLValueExpressionPlaceholder = Nothing
Generated\BoundNodes.xml.Generated.vb (18)
424Public Function Update(type As TypeSymbol) As BoundWithLValueExpressionPlaceholder 3760Protected Sub New(kind As BoundKind, syntax as SyntaxNode, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol, Optional hasErrors As Boolean = False) 3770Private ReadOnly _PlaceholderOpt As BoundWithLValueExpressionPlaceholder 3771Public ReadOnly Property PlaceholderOpt As BoundWithLValueExpressionPlaceholder 3788Public Sub New(syntax As SyntaxNode, createTemporaryLocalForInitialization As Boolean, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol, Optional hasErrors As Boolean = False) 3814Public Function Update(createTemporaryLocalForInitialization As Boolean, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundObjectInitializerExpression 3827Public Sub New(syntax As SyntaxNode, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol, Optional hasErrors As Boolean = False) 3845Public Function Update(placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundCollectionInitializerExpression 9349Return VisitWithLValueExpressionPlaceholder(CType(node, BoundWithLValueExpressionPlaceholder), arg) 9711Public Overridable Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder, arg As A) As R 10414Public Overridable Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode 11120Public Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode 12071Public Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode 12471Dim placeholderOpt As BoundWithLValueExpressionPlaceholder = DirectCast(Me.Visit(node.PlaceholderOpt), BoundWithLValueExpressionPlaceholder) 12478Dim placeholderOpt As BoundWithLValueExpressionPlaceholder = DirectCast(Me.Visit(node.PlaceholderOpt), BoundWithLValueExpressionPlaceholder) 13172Public Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder, arg As Object) As TreeDumperNode
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (2)
116Dim placeholder As BoundWithLValueExpressionPlaceholder = node.PlaceholderOpt 145Public Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode
Lowering\LocalRewriter\LocalRewriter_AsNewLocalDeclarations.vb (1)
84Dim placeholder As BoundWithLValueExpressionPlaceholder = objectInitializer.PlaceholderOpt
Lowering\LocalRewriter\LocalRewriter_LocalDeclaration.vb (1)
34Dim placeholder As BoundWithLValueExpressionPlaceholder = Nothing
Lowering\LocalRewriter\LocalRewriter_ObjectCreation.vb (1)
192Dim newPlaceholder As BoundWithLValueExpressionPlaceholder
Lowering\LocalRewriter\LocalRewriter_With.vb (1)
197Public Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
606Public NotOverridable Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode