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