1 write to _argument
System.Core (1)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (1)
81
_argument
= compiler.GetLambdaArgument(compiler.Parameters.IndexOf(p));
3 references to _argument
System.Core (3)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (3)
85
Compiler.IL.EmitLoadArg(
_argument
);
89
Compiler.IL.EmitStoreArg(
_argument
);
93
Compiler.IL.EmitLoadArgAddress(
_argument
);