1 write to Parent
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\HoistedLocals.cs (1)
82
Parent
= parent;
5 references to Parent
System.Linq.Expressions (5)
System\Linq\Expressions\Compiler\CompilerScope.cs (3)
186
locals = locals.
Parent
;
262
for (HoistedLocals? h = hoistedLocals; h != null; h = h.
Parent
)
418
while ((locals = locals.
Parent
) != null)
System\Linq\Expressions\Compiler\HoistedLocals.cs (1)
87
internal ParameterExpression? ParentVariable =>
Parent
?.SelfVariable;
System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs (1)
203
scope = scope.
Parent
;