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