3 references to BoundLValueToRValueWrapper
Microsoft.CodeAnalysis.VisualBasic (3)
BoundTree\BoundLValuePlaceholderBase.vb (1)
21Return New BoundLValueToRValueWrapper(Me.Syntax, Me, Me.Type).MakeCompilerGenerated() ' This is a compiler generated node
Generated\BoundNodes.xml.Generated.vb (1)
355Dim result = New BoundLValueToRValueWrapper(Me.Syntax, underlyingLValue, type, Me.HasErrors)
Lowering\WithExpressionRewriter.vb (1)
96value = New BoundLValueToRValueWrapper(value.Syntax, value, value.Type).MakeCompilerGenerated()