3 writes to _remaining
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (3)
280
_original =
_remaining
= buffer;
303
_remaining
= _remaining.Slice(charsConsumed);
309
_remaining
= _original;
3 references to _remaining
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (3)
294
if (
_remaining
.IsEmpty)
301
bool wasReplaced = Rune.DecodeFromUtf8(
_remaining
, out Rune rune, out int charsConsumed) != OperationStatus.Done;
303
_remaining =
_remaining
.Slice(charsConsumed);