2 writes to _remaining
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanRuneEnumerator.cs (2)
19
_remaining
= buffer;
50
_remaining
= _remaining.Slice(_current.Utf16SequenceLength);
3 references to _remaining
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanRuneEnumerator.cs (3)
29
if (
_remaining
.IsEmpty)
36
int scalarValue = Rune.ReadFirstRuneFromUtf16Buffer(
_remaining
);
50
_remaining =
_remaining
.Slice(_current.Utf16SequenceLength);