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