1 write to _locals
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
220_currentScope._locals ??= new List<LocalBuilder>();
4 references to _locals
System.Reflection.Emit (4)
System\Reflection\Emit\ILGeneratorImpl.cs (3)
222_currentScope._locals.Add(local); 881if (_locals != null) 883locals.AddRange(_locals);
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
512firstLocalVariableHandle = GetLocalVariableHandle(scope._locals, firstLocalVariableHandle);