1 write to _locals
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
247_currentScope._locals ??= new List<LocalBuilder>();
4 references to _locals
System.Reflection.Emit (4)
System\Reflection\Emit\ILGeneratorImpl.cs (3)
249_currentScope._locals.Add(local); 933if (_locals != null) 935locals.AddRange(_locals);
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
516firstLocalVariableHandle = GetLocalVariableHandle(scope._locals, firstLocalVariableHandle);