3 references to IsFirstCharTwoUtf8Bytes
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Helpers.cs (2)
186
Debug.Assert(
IsFirstCharTwoUtf8Bytes
(value) && IsSecondCharTwoUtf8Bytes(value));
214
Debug.Assert(
IsFirstCharTwoUtf8Bytes
(value));
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (1)
1213
if (
IsFirstCharTwoUtf8Bytes
(thisDWord))