2 writes to AllowUnassigned
System.Net.NameResolution (1)
System\Net\DnsEncodedName.cs (1)
16
private static readonly IdnMapping s_idnMapping = new IdnMapping {
AllowUnassigned
= false, UseStd3AsciiRules = true };
System.Net.Security (1)
System\Net\Security\TlsFrameHelper.cs (1)
166
private static readonly IdnMapping s_idnMapping = new IdnMapping() {
AllowUnassigned
= true };
4 references to AllowUnassigned
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (2)
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>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.Icu.cs (1)
153
(
AllowUnassigned
? Interop.Globalization.AllowUnassigned : 0) |
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.Nls.cs (1)
165
(
AllowUnassigned
? Interop.Normaliz.IDN_ALLOW_UNASSIGNED : 0) |