<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="10.0.0-preview.2.25163.2" />

IObjectSequence

interface IObjectSequence
namespace System.Diagnostics.Metrics { internal interface IObjectSequence { object this[int i] { get; set; } } }