1 write to _specials
System.Private.Xml (1)
System\Xml\Serialization\XmlReflectionImporter.cs (1)
512
_specials
??= new Hashtable();
2 references to _specials
System.Private.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
513
SpecialMapping? mapping = (SpecialMapping?)
_specials
[type];
580
_specials
.Add(type, mapping);