7 references to UInt32BeginsWithUtf8TwoByteMask
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Helpers.cs (4)
45Debug.Assert(UInt32BeginsWithUtf8TwoByteMask(value) && !UInt32BeginsWithOverlongUtf8TwoByteSequence(value)); 450/// 2-byte sequence mask (see <see cref="UInt32BeginsWithUtf8TwoByteMask"/>). 456Debug.Assert(UInt32BeginsWithUtf8TwoByteMask(value)); 569/// 2-byte sequence mask (see <see cref="UInt32BeginsWithUtf8TwoByteMask"/>).
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (2)
259if (UInt32BeginsWithUtf8TwoByteMask(thisDWord)) 312if (UInt32BeginsWithUtf8TwoByteMask(thisDWord))
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (1)
313if (UInt32BeginsWithUtf8TwoByteMask(thisDWord))