3 references to IsFirstCharSurrogate
System.Private.CoreLib (3)
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 (1)
1281
if (!
IsFirstCharSurrogate
(thisDWord))