2 implementations of IsUtf8
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
1207
static bool IUtfChar<byte>.
IsUtf8
=> true;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
2079
static bool IUtfChar<char>.
IsUtf8
=> false;
2 references to IsUtf8
System.Private.CoreLib (2)
src\runtime\src\libraries\Common\src\System\Number.Parsing.Common.cs (2)
385
if (!TChar.
IsUtf8
)
404
if (TChar.
IsUtf8
)