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