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