3 references to NarrowUtf16ToAscii
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Transcoding.cs (1)
74nuint numElementsActuallyConverted = NarrowUtf16ToAscii(pSource, pDestination, numElementsToConvert);
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (1)
375int bytesWritten = (int)Ascii.NarrowUtf16ToAscii(pChars, pBytes, (uint)Math.Min(charsLength, bytesLength));
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.Transcoding.cs (1)
853nuint numElementsConverted = Ascii.NarrowUtf16ToAscii(pInputBuffer, pOutputBuffer, (uint)Math.Min(inputLength, outputBytesRemaining));