1 write to _args
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
3275_args = args;
4 references to _args
System.Linq.Expressions (4)
System\Linq\Expressions\Interpreter\LightCompiler.cs (4)
3281var args = new object?[_args.Length + 1]; 3284args[i] = frame.Data[_args[i].Index]; 3308for (int i = 0; i < _args.Length; i++) 3310locals.UndefineLocal(_args[i], instructions.Count);