1 write to _allowUnassigned
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (1)
47
set =>
_allowUnassigned
= value;
4 references to _allowUnassigned
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (4)
46
get =>
_allowUnassigned
;
205
_allowUnassigned
== that.
_allowUnassigned
&&
209
(
_allowUnassigned
? 100 : 200) + (_useStd3AsciiRules ? 1000 : 2000);