1 write to StartIndex
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (1)
90
StartIndex
= startIndex;
8 references to StartIndex
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (8)
105
Rune == other.Rune &&
StartIndex
== other.
StartIndex
&& Length == other.Length && WasReplaced == other.WasReplaced;
123
HashCode.Combine(Rune,
StartIndex
, Length, WasReplaced);
134
startIndex =
StartIndex
;
147
startIndex =
StartIndex
;
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);