26 references to BoundLValuePlaceholder
Microsoft.CodeAnalysis.VisualBasic (26)
Binding\Binder_Expressions.vb (1)
4700Dim awaiterInstancePlaceholder As BoundLValuePlaceholder = Nothing
Binding\Binder_ObjectInitializer.vb (1)
838Dim unusedLValuePlaceholder As BoundLValuePlaceholder = Nothing
Binding\Binder_Statements.vb (4)
1540<Out()> ByRef boundEnumeratorPlaceholder As BoundLValuePlaceholder, 3370Dim boundEnumeratorPlaceholder As BoundLValuePlaceholder = Nothing 3713<Out()> ByRef boundEnumeratorPlaceholder As BoundLValuePlaceholder, 4062<Out()> ByRef boundEnumeratorPlaceholder As BoundLValuePlaceholder,
Binding\ForEachEnumeratorInfo.vb (2)
77Public ReadOnly EnumeratorPlaceholder As BoundLValuePlaceholder 117enumeratorPlaceholder As BoundLValuePlaceholder,
Generated\BoundNodes.xml.Generated.vb (13)
521Public Function Update(type As TypeSymbol) As BoundLValuePlaceholder 8654Public Sub New(syntax As SyntaxNode, operand As BoundExpression, awaitableInstancePlaceholder As BoundRValuePlaceholder, getAwaiter As BoundExpression, awaiterInstancePlaceholder As BoundLValuePlaceholder, isCompleted As BoundExpression, getResult As BoundExpression, type As TypeSymbol, Optional hasErrors As Boolean = False) 8700Private ReadOnly _AwaiterInstancePlaceholder As BoundLValuePlaceholder 8701Public ReadOnly Property AwaiterInstancePlaceholder As BoundLValuePlaceholder 8726Public Function Update(operand As BoundExpression, awaitableInstancePlaceholder As BoundRValuePlaceholder, getAwaiter As BoundExpression, awaiterInstancePlaceholder As BoundLValuePlaceholder, isCompleted As BoundExpression, getResult As BoundExpression, type As TypeSymbol) As BoundAwaitOperator 9339Return VisitLValuePlaceholder(CType(node, BoundLValuePlaceholder), arg) 9707Public Overridable Function VisitLValuePlaceholder(node As BoundLValuePlaceholder, arg As A) As R 10410Public Overridable Function VisitLValuePlaceholder(node As BoundLValuePlaceholder) As BoundNode 11116Public Overrides Function VisitLValuePlaceholder(node As BoundLValuePlaceholder) As BoundNode 12070Public Overrides Function VisitLValuePlaceholder(node As BoundLValuePlaceholder) As BoundNode 13039Dim awaiterInstancePlaceholder As BoundLValuePlaceholder = DirectCast(Me.Visit(node.AwaiterInstancePlaceholder), BoundLValuePlaceholder) 13174Public Overrides Function VisitLValuePlaceholder(node As BoundLValuePlaceholder, arg As Object) As TreeDumperNode
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb (1)
39Dim awaiterInstancePlaceholder As BoundLValuePlaceholder = node.AwaiterInstancePlaceholder
Lowering\LocalRewriter\LocalRewriter.vb (2)
538Public Overrides Function VisitLValuePlaceholder(node As BoundLValuePlaceholder) As BoundNode 805Dim awaiterInstancePlaceholder As BoundLValuePlaceholder = node.AwaiterInstancePlaceholder
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (2)
494Public Overrides Function VisitLValuePlaceholder(node As BoundLValuePlaceholder) As BoundNode 503Dim awaiterPlaceholder As BoundLValuePlaceholder = node.AwaiterInstancePlaceholder