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