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