7 references to ReceiverPlaceholderOpt
Microsoft.CodeAnalysis.VisualBasic (7)
BoundTree\BoundConversion.vb (1)
55
TryCast(ExtendedInfoOpt, BoundRelaxationLambda)?.
ReceiverPlaceholderOpt
Is Nothing)
Generated\BoundNodes.xml.Generated.vb (4)
2208
If lambda IsNot Me.Lambda OrElse receiverPlaceholderOpt IsNot Me.
ReceiverPlaceholderOpt
Then
11298
Me.Visit(node.
ReceiverPlaceholderOpt
)
12287
Dim receiverPlaceholderOpt As BoundRValuePlaceholder = DirectCast(Me.Visit(node.
ReceiverPlaceholderOpt
), BoundRValuePlaceholder)
13462
New TreeDumperNode("receiverPlaceholderOpt", Nothing, new TreeDumperNode() {Visit(node.
ReceiverPlaceholderOpt
, Nothing)})
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (2)
66
Debug.Assert(TryCast(node.ExtendedInfoOpt, BoundRelaxationLambda)?.
ReceiverPlaceholderOpt
Is Nothing)
330
receiverPlaceholderOpt = relaxationLambda.
ReceiverPlaceholderOpt