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