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 3744Protected Sub New(kind As BoundKind, syntax as SyntaxNode, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol, Optional hasErrors As Boolean = False) 3754Private ReadOnly _PlaceholderOpt As BoundWithLValueExpressionPlaceholder 3755Public ReadOnly Property PlaceholderOpt As BoundWithLValueExpressionPlaceholder 3772Public Sub New(syntax As SyntaxNode, createTemporaryLocalForInitialization As Boolean, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol, Optional hasErrors As Boolean = False) 3798Public Function Update(createTemporaryLocalForInitialization As Boolean, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundObjectInitializerExpression 3811Public Sub New(syntax As SyntaxNode, placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol, Optional hasErrors As Boolean = False) 3829Public Function Update(placeholderOpt As BoundWithLValueExpressionPlaceholder, initializers As ImmutableArray(Of BoundExpression), type As TypeSymbol) As BoundCollectionInitializerExpression 9333Return VisitWithLValueExpressionPlaceholder(CType(node, BoundWithLValueExpressionPlaceholder), arg) 9695Public Overridable Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder, arg As A) As R 10398Public Overridable Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode 11104Public Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode 12055Public Overrides Function VisitWithLValueExpressionPlaceholder(node As BoundWithLValueExpressionPlaceholder) As BoundNode 12455Dim placeholderOpt As BoundWithLValueExpressionPlaceholder = DirectCast(Me.Visit(node.PlaceholderOpt), BoundWithLValueExpressionPlaceholder) 12462Dim placeholderOpt As BoundWithLValueExpressionPlaceholder = DirectCast(Me.Visit(node.PlaceholderOpt), BoundWithLValueExpressionPlaceholder) 13156Public 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