2 references to GetAllLocals
System.Reflection.Emit (2)
System\Reflection\Emit\ILGeneratorImpl.cs (2)
53internal List<LocalBuilder> Locals => _scope.GetAllLocals(); 942locals.AddRange(child.GetAllLocals());