5 references to BoundLValuePlaceholder
Microsoft.CodeAnalysis.VisualBasic (5)
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)