1 write to _stackDepth
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
176
_stackDepth
= stackDepth;
2 references to _stackDepth
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
158
(
_stackDepth
== 0 ? "" : " S(" +
_stackDepth
+ ")");