1 instantiation of Utf16Enumerator
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (1)
31public static Utf16Enumerator EnumerateUtf16(ReadOnlySpan<char> span) => new(span);
3 references to Utf16Enumerator
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (3)
24/// <see cref="Utf16Enumerator"/> to enumerate <see cref="RunePosition"/> from the provided span with UTF-16 31public static Utf16Enumerator EnumerateUtf16(ReadOnlySpan<char> span) => new(span); 193public Utf16Enumerator GetEnumerator() => this;