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