2 instantiations of Enumerator
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\TagList.netcore.cs (2)
257public readonly IEnumerator<KeyValuePair<string, object?>> GetEnumerator() => new Enumerator(in this); 263readonly IEnumerator IEnumerable.GetEnumerator() => new Enumerator(in this);