2 writes to exportedMappings
System.Xml (2)
System\Xml\Serialization\CodeExporter.cs (2)
52
this.
exportedMappings
= exportedMappings;
86
exportedMappings
= new Hashtable();
2 references to exportedMappings
System.Xml (2)
System\Xml\Serialization\CodeExporter.cs (2)
85
if (
exportedMappings
== null)
87
return
exportedMappings
;