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