3 writes to _current
Microsoft.Extensions.Primitives (3)
StringValues.cs (3)
771_current = str; 775_current = null; 806_current = values[index];
3 references to _current
Microsoft.Extensions.Primitives (3)
StringValues.cs (3)
815return _current != null; 821public string? Current => _current; 823object? IEnumerator.Current => _current;