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)
294if (_remaining.IsEmpty) 301bool wasReplaced = Rune.DecodeFromUtf8(_remaining, out Rune rune, out int charsConsumed) != OperationStatus.Done; 303_remaining = _remaining.Slice(charsConsumed);