<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />

System.Reflection.Metadata.LocalScope

public struct LocalScope
namespace System.Reflection.Metadata { public struct LocalScope { public MethodDefinitionHandle Method { get; } public ImportScopeHandle ImportScope { get; } public int StartOffset { get; } public int Length { get; } public int EndOffset { get; } public LocalVariableHandleCollection GetLocalVariables(); public LocalConstantHandleCollection GetLocalConstants(); public LocalScopeHandleCollection.ChildrenEnumerator GetChildren(); } }