4 references to ToAscii
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.Icu.cs (4)
27actualLength = Interop.Globalization.ToAscii(flags, unicode, count, outputStack, estimatedLength); 35actualLength = Interop.Globalization.ToAscii(flags, unicode, count, Span<char>.Empty, 0); 43actualLength = Interop.Globalization.ToAscii(flags, unicode, count, outputHeap, actualLength); 60int actualLength = Interop.Globalization.ToAscii(flags, unicode, unicode.Length, destination, destination.Length);