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