Implemented interface member:
property
Current
System.Collections.Generic.IEnumerator<T>.Current
5 writes to Current
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (5)
198
Current
= default;
213
Current
= default;
228
Current
= new RunePosition(rune, Current.StartIndex + Current.Length, length, false);
233
Current
= new RunePosition(Rune.ReplacementChar, Current.StartIndex + Current.Length, 1, true);
242
Current
= default;
5 references to Current
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (5)
228
Current = new RunePosition(rune,
Current
.StartIndex +
Current
.Length, length, false);
233
Current = new RunePosition(Rune.ReplacementChar,
Current
.StartIndex +
Current
.Length, 1, true);
245
object IEnumerator.Current =>
Current
;