1 write to Stop
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LocalVariables.cs (1)
97
scope.
Stop
= end;
2 references to Stop
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LocalVariables.cs (2)
119
for (int i = scope.Start; i < scope.
Stop
&& i < instructions.Count; i++)
125
i = child.
Stop
;