2 references to IsSecondCharAtLeastThreeUtf8Bytes
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Helpers.cs (1)
727
Debug.Assert(
IsSecondCharAtLeastThreeUtf8Bytes
(value) && !IsSecondCharSurrogate(value), "Second half of value should've been 0800..D7FF or E000..FFFF");
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (1)
1287
if (
IsSecondCharAtLeastThreeUtf8Bytes
(thisDWord))