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