1 write to _parent
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (1)
174
return
_parent
= currentFrame;
1 reference to _parent
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InterpretedFrame.cs (1)
125
public InterpretedFrame? Parent =>
_parent
;