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