1 write to EndIndex
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
29EndIndex = end;
2 references to EndIndex
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
151while (index >= filter.StartIndex && index < filter.EndIndex)
System\Linq\Expressions\Interpreter\LightLambda.cs (1)
81AddHandlerExit(filter.EndIndex);