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