<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.2.26159.112" />
System.Diagnostics.Metrics.AggregatorLookupFunc<TAggregator>
namespace System.
Diagnostics.
Metrics
{
internal delegate bool AggregatorLookupFunc<
TAggregator> (
ReadOnlySpan<
KeyValuePair<
string,
object>>
labels,
out TAggregator aggregator);
}