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)
3262
var args = new object?[
_args
.Length + 1];
3265
args[i] = frame.Data[
_args
[i].Index];
3289
for (int i = 0; i <
_args
.Length; i++)
3291
locals.UndefineLocal(
_args
[i], instructions.Count);