2 references to IdnToAscii
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.Nls.cs (2)
21
int length = Interop.Normaliz.
IdnToAscii
(flags, unicode, count, null, 0);
50
int length = Interop.Normaliz.
IdnToAscii
(flags, unicode, count, output, outputLength);