6 instantiations of BoundLValuePlaceholder
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Expressions.vb (3)
4687awaiterInstancePlaceholder = New BoundLValuePlaceholder(operand.Syntax, getAwaiter.Type).MakeCompilerGenerated() 4759awaiterInstancePlaceholder = New BoundLValuePlaceholder(operand.Syntax, getAwaiter.Type).MakeCompilerGenerated() 4884awaiterInstancePlaceholder = New BoundLValuePlaceholder(node, getAwaiter.Type).MakeCompilerGenerated()
Binding\Binder_Statements.vb (2)
3883boundEnumeratorPlaceholder = New BoundLValuePlaceholder(collectionSyntax, 4104boundEnumeratorPlaceholder = New BoundLValuePlaceholder(collectionSyntax, enumeratorType)
Generated\BoundNodes.xml.Generated.vb (1)
539Dim result = New BoundLValuePlaceholder(Me.Syntax, type, Me.HasErrors)
26 references to BoundLValuePlaceholder
Microsoft.CodeAnalysis.VisualBasic (26)
Binding\Binder_Expressions.vb (1)
4673Dim awaiterInstancePlaceholder As BoundLValuePlaceholder = Nothing
Binding\Binder_ObjectInitializer.vb (1)
769Dim unusedLValuePlaceholder As BoundLValuePlaceholder = Nothing
Binding\Binder_Statements.vb (4)
1511<Out()> ByRef boundEnumeratorPlaceholder As BoundLValuePlaceholder, 3341Dim boundEnumeratorPlaceholder As BoundLValuePlaceholder = Nothing 3684<Out()> ByRef boundEnumeratorPlaceholder As BoundLValuePlaceholder, 4033<Out()> ByRef boundEnumeratorPlaceholder As BoundLValuePlaceholder,
Binding\ForEachEnumeratorInfo.vb (2)
77Public ReadOnly EnumeratorPlaceholder As BoundLValuePlaceholder 117enumeratorPlaceholder As BoundLValuePlaceholder,
Generated\BoundNodes.xml.Generated.vb (13)
537Public Function Update(type As TypeSymbol) As BoundLValuePlaceholder 8644Public 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) 8690Private ReadOnly _AwaiterInstancePlaceholder As BoundLValuePlaceholder 8691Public ReadOnly Property AwaiterInstancePlaceholder As BoundLValuePlaceholder 8716Public 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 9321Return VisitLValuePlaceholder(CType(node, BoundLValuePlaceholder), arg) 9689Public Overridable Function VisitLValuePlaceholder(node As BoundLValuePlaceholder, arg As A) As R 10392Public Overridable Function VisitLValuePlaceholder(node As BoundLValuePlaceholder) As BoundNode 11098Public Overrides Function VisitLValuePlaceholder(node As BoundLValuePlaceholder) As BoundNode 12052Public Overrides Function VisitLValuePlaceholder(node As BoundLValuePlaceholder) As BoundNode 13021Dim awaiterInstancePlaceholder As BoundLValuePlaceholder = DirectCast(Me.Visit(node.AwaiterInstancePlaceholder), BoundLValuePlaceholder) 13155Public 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)
495Public Overrides Function VisitLValuePlaceholder(node As BoundLValuePlaceholder) As BoundNode 504Dim awaiterPlaceholder As BoundLValuePlaceholder = node.AwaiterInstancePlaceholder