3 writes to _current
Microsoft.Extensions.Primitives (3)
StringValues.cs (3)
774_current = str; 778_current = null; 809_current = values[index];
3 references to _current
Microsoft.Extensions.Primitives (3)
StringValues.cs (3)
818return _current != null; 824public string? Current => _current; 826object? IEnumerator.Current => _current;