2 references to GetNamedLocal
System.Core (2)
Microsoft\Scripting\Compiler\CompilerScope.Storage.cs (2)
60
_local = compiler.
GetNamedLocal
(variable.IsByRef ? variable.Type.MakeByRefType() : variable.Type, variable);
153
_boxLocal = compiler.
GetNamedLocal
(_boxType, variable);