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)
818
return
_current
!= null;
824
public string? Current =>
_current
;
826
object? IEnumerator.Current =>
_current
;