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)
198Current = default; 213Current = default; 228Current = new RunePosition(rune, Current.StartIndex + Current.Length, length, false); 233Current = new RunePosition(Rune.ReplacementChar, Current.StartIndex + Current.Length, 1, true); 242Current = default;
5 references to Current
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (5)
228Current = new RunePosition(rune, Current.StartIndex + Current.Length, length, false); 233Current = new RunePosition(Rune.ReplacementChar, Current.StartIndex + Current.Length, 1, true); 245object IEnumerator.Current => Current;