1 write to Start
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LocalVariables.cs (1)
180Start = start;
2 references to Start
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LocalVariables.cs (2)
119for (int i = scope.Start; i < scope.Stop && i < instructions.Count; i++) 121if (scope.ChildScopes != null && scope.ChildScopes[curChild].Start == i)