<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.7.0-preview1.19504.10" />
System.Reflection.Emit.LocalBuilder
Represents a local variable within a method or constructor.
namespace System.
Reflection.
Emit
{
public sealed class LocalBuilder :
LocalVariableInfo
{
}
}