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