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