5 references to IsFirstCharAtLeastThreeUtf8Bytes
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Helpers.cs (2)
726
Debug.Assert(
IsFirstCharAtLeastThreeUtf8Bytes
(value) && !IsFirstCharSurrogate(value), "First half of value should've been 0800..D7FF or E000..FFFF");
761
Debug.Assert(
IsFirstCharAtLeastThreeUtf8Bytes
(value) && !IsFirstCharSurrogate(value), "First half of value should've been 0800..D7FF or E000..FFFF");
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (3)
1180
if (!
IsFirstCharAtLeastThreeUtf8Bytes
(thisDWord))
1312
if (
IsFirstCharAtLeastThreeUtf8Bytes
(thisDWord))
1370
if (
IsFirstCharAtLeastThreeUtf8Bytes
(thisDWord))