4 references to UInt32BeginsWithOverlongUtf8TwoByteSequence
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Helpers.cs (1)
45
Debug.Assert(UInt32BeginsWithUtf8TwoByteMask(value) && !
UInt32BeginsWithOverlongUtf8TwoByteSequence
(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (2)
266
if (
UInt32BeginsWithOverlongUtf8TwoByteSequence
(thisDWord))
316
if (
UInt32BeginsWithOverlongUtf8TwoByteSequence
(thisDWord))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (1)
326
if (
UInt32BeginsWithOverlongUtf8TwoByteSequence
(thisDWord))