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