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)
815
return
_current
!= null;
821
public string? Current =>
_current
;
823
object? IEnumerator.Current =>
_current
;