3 writes to _current
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanRuneEnumerator.cs (3)
20_current = default; 32_current = default; 49_current = Rune.UnsafeCreate((uint)scalarValue);
2 references to _current
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanRuneEnumerator.cs (2)
23public Rune Current => _current; 50_remaining = _remaining.Slice(_current.Utf16SequenceLength);