3 references to RunePosition
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (3)
228
Current = new
RunePosition
(rune, Current.StartIndex + Current.Length, length, false);
233
Current = new
RunePosition
(Rune.ReplacementChar, Current.StartIndex + Current.Length, 1, true);
302
Current = new
RunePosition
(rune, Current.StartIndex + Current.Length, charsConsumed, wasReplaced);