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