4 references to UInt32ThirdByteIsAscii
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (3)
177if (UInt32ThirdByteIsAscii(thisDWord)) 228if (UInt32ThirdByteIsAscii(thisDWord)) 341if (UInt32ThirdByteIsAscii(thisDWord))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (1)
351if (UInt32ThirdByteIsAscii(thisDWord))