3 writes to _current
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanRuneEnumerator.cs (3)
20
_current
= default;
32
_current
= default;
49
_current
= Rune.UnsafeCreate((uint)scalarValue);
2 references to _current
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanRuneEnumerator.cs (2)
23
public Rune Current =>
_current
;
50
_remaining = _remaining.Slice(
_current
.Utf16SequenceLength);