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

IObjectSequence

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