8 references to UseStd3AsciiRules
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (6)
104/// <exception cref="ArgumentException"><paramref name="unicode"/> is invalid based on the <see cref="AllowUnassigned"/> and <see cref="UseStd3AsciiRules"/> properties, and the IDNA standard, or the source and destination buffers overlap.</exception> 177/// <exception cref="ArgumentException"><paramref name="ascii"/> is invalid based on the <see cref="AllowUnassigned"/> and <see cref="UseStd3AsciiRules"/> properties, and the IDNA standard, or the source and destination buffers overlap.</exception> 249if (ValidateStd3AndAscii(unicode, UseStd3AsciiRules, true)) 269if (UseStd3AsciiRules) 281if (ValidateStd3AndAscii(unicode, UseStd3AsciiRules, true)) 303if (UseStd3AsciiRules)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.Icu.cs (1)
154(UseStd3AsciiRules ? Interop.Globalization.UseStd3AsciiRules : 0);
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.Nls.cs (1)
166(UseStd3AsciiRules ? Interop.Normaliz.IDN_USE_STD3_ASCII_RULES : 0);