1 write to _maxStackDepth
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
202_maxStackDepth = _currentStackDepth;
3 references to _maxStackDepth
System.Linq.Expressions (3)
System\Linq\Expressions\Interpreter\InstructionList.cs (3)
200if (_currentStackDepth > _maxStackDepth) 248public int MaxStackDepth => _maxStackDepth; 300_maxStackDepth,