1 write to m_bAllowUnassigned
mscorlib (1)
system\globalization\idnmapping.cs (1)
73
this.
m_bAllowUnassigned
= value;
5 references to m_bAllowUnassigned
mscorlib (5)
system\globalization\idnmapping.cs (5)
68
return this.
m_bAllowUnassigned
;
143
unicode = unicode.Normalize((NormalizationForm)(
m_bAllowUnassigned
?
308
return this.
m_bAllowUnassigned
== that.
m_bAllowUnassigned
&&
317
return (this.
m_bAllowUnassigned
? 100 : 200) + (this.m_bUseStd3AsciiRules ? 1000 : 2000);