1 instantiation of Utf8Enumerator
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (1)
44
public static Utf8Enumerator EnumerateUtf8(ReadOnlySpan<byte> span) =>
new
(span);
4 references to Utf8Enumerator
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (4)
38
/// <see cref="
Utf8Enumerator
"/> to enumerate <see cref="RunePosition"/> from the provided span with UTF-8 Unicode
44
public static
Utf8Enumerator
EnumerateUtf8(ReadOnlySpan<byte> span) => new(span);
272
public
Utf8Enumerator
GetEnumerator() => this;
275
/// Initializes a new instance of the <see cref="
Utf8Enumerator
"/> struct.