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

IObjectSequence

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