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);