5 references to NarrowTwoUtf16CharsToAsciiAndWriteToBuffer
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (5)
1419
NarrowTwoUtf16CharsToAsciiAndWriteToBuffer
(ref pAsciiBuffer[currentOffset], utf16Data32BitsHigh);
1420
NarrowTwoUtf16CharsToAsciiAndWriteToBuffer
(ref pAsciiBuffer[currentOffset + 2], utf16Data32BitsLow);
1437
NarrowTwoUtf16CharsToAsciiAndWriteToBuffer
(ref pAsciiBuffer[currentOffset], utf16Data32BitsHigh);
1475
NarrowTwoUtf16CharsToAsciiAndWriteToBuffer
(ref pAsciiBuffer[currentOffset], utf16Data32BitsHigh);
1496
NarrowTwoUtf16CharsToAsciiAndWriteToBuffer
(ref pAsciiBuffer[currentOffset], utf16Data32BitsHigh);