3 references to CountNumberOfLeadingAsciiBytesFromUInt32WithSomeNonAsciiData
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (2)
345
pBuffer +=
CountNumberOfLeadingAsciiBytesFromUInt32WithSomeNonAsciiData
(currentUInt32);
620
pBuffer +=
CountNumberOfLeadingAsciiBytesFromUInt32WithSomeNonAsciiData
(currentDWord);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Validation.cs (1)
246
uint numLeadingAsciiBytes = Ascii.
CountNumberOfLeadingAsciiBytesFromUInt32WithSomeNonAsciiData
(thisDWord);