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)
408Public Function Update(type As TypeSymbol) As BoundWithLValueExpressionPlaceholder 3751Protected Sub New(kind As BoundKind, syntax as SyntaxNode, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol, Optional hasErrors As Boolean = False) 3761Private ReadOnly _PlaceholderOpt As BoundWithLValueExpressionPlaceholder 3762Public ReadOnly Property PlaceholderOpt As BoundWithLValueExpressionPlaceholder 3779Public Sub New(syntax As SyntaxNode, createTemporaryLocalForInitialization As Boolean, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol, Optional hasErrors As Boolean = False) 3805Public Function Update(createTemporaryLocalForInitialization As Boolean, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundObjectInitializerExpression 3818Public Sub New(syntax As SyntaxNode, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol, Optional hasErrors As Boolean = False) 3836Public Function Update(placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundCollectionInitializerExpression 9340Return VisitWithLValueExpressionPlaceholder(CType(node, BoundWithLValueExpressionPlaceholder), arg) 9702Public Overridable Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder, arg As A) As R 10405Public Overridable Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode 11111Public Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode 12062Public Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode 12462Dim placeholderOpt As BoundWithLValueExpressionPlaceholder = DirectCast(Me.Visit(node.PlaceholderOpt), BoundWithLValueExpressionPlaceholder) 12469Dim placeholderOpt As BoundWithLValueExpressionPlaceholder = DirectCast(Me.Visit(node.PlaceholderOpt), BoundWithLValueExpressionPlaceholder) 13163Public 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)
33Dim 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