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)
200
if (_currentStackDepth >
_maxStackDepth
)
248
public int MaxStackDepth =>
_maxStackDepth
;
300
_maxStackDepth
,