3 references to UInt32EndsWithUtf8TwoByteMask
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Helpers.cs (1)
575
Debug.Assert(
UInt32EndsWithUtf8TwoByteMask
(value));
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))))