2 writes to exNames
System.Xml (2)
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (2)
54exNames = new Hashtable(); 86clone.exNames = (Hashtable)this.Names.Clone();
2 references to exNames
System.Xml (2)
System\Xml\Serialization\Advanced\SchemaImporterExtension.cs (2)
53if (exNames == null) 55return exNames;