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);
933
if (
_locals
!= null)
935
locals.AddRange(
_locals
);
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
516
firstLocalVariableHandle = GetLocalVariableHandle(scope.
_locals
, firstLocalVariableHandle);