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