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