5 references to BoundLValuePlaceholder
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder_Expressions.vb (3)
4687
awaiterInstancePlaceholder = New
BoundLValuePlaceholder
(operand.Syntax, getAwaiter.Type).MakeCompilerGenerated()
4759
awaiterInstancePlaceholder = New
BoundLValuePlaceholder
(operand.Syntax, getAwaiter.Type).MakeCompilerGenerated()
4884
awaiterInstancePlaceholder = New
BoundLValuePlaceholder
(node, getAwaiter.Type).MakeCompilerGenerated()
Binding\Binder_Statements.vb (2)
3883
boundEnumeratorPlaceholder = New
BoundLValuePlaceholder
(collectionSyntax,
4104
boundEnumeratorPlaceholder = New
BoundLValuePlaceholder
(collectionSyntax, enumeratorType)