4 writes to _index
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Metrics\TagList.netcore.cs (4)
321
_index
= -1;
329
public void Dispose() {
_index
= _tagList.Count; }
333
_index
++;
337
public void Reset() =>
_index
= -1;
3 references to _index
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\TagList.netcore.cs (3)
325
public KeyValuePair<string, object?> Current => _tagList[
_index
];
327
object IEnumerator.Current => _tagList[
_index
];
334
return
_index
< _tagList.Count;