2 implementations of IsUtf8
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
1207static bool IUtfChar<byte>.IsUtf8 => true;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
2079static 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)
385if (!TChar.IsUtf8) 404if (TChar.IsUtf8)