2 references to UInt32EndsWithOverlongUtf8TwoByteSequence
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (1)
280
|| (!BitConverter.IsLittleEndian && (UInt32EndsWithUtf8TwoByteMask(thisDWord) && !
UInt32EndsWithOverlongUtf8TwoByteSequence
(thisDWord))))
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (1)
290
|| (!BitConverter.IsLittleEndian && (UInt32EndsWithUtf8TwoByteMask(thisDWord) && !
UInt32EndsWithOverlongUtf8TwoByteSequence
(thisDWord))))