6 references to UInt32BeginsWithUtf8ThreeByteMask
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Helpers.cs (1)
20Debug.Assert(UInt32BeginsWithUtf8ThreeByteMask(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (3)
424if (UInt32BeginsWithUtf8ThreeByteMask(thisDWord)) 500if (UInt32BeginsWithUtf8ThreeByteMask(secondDWord) 561if (UInt32BeginsWithUtf8ThreeByteMask(thisDWord))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (2)
562if (UInt32BeginsWithUtf8ThreeByteMask(thisDWord)) 584if (UInt32BeginsWithUtf8ThreeByteMask(thisDWord))