1 write to typeEntries
System.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1237typeEntries = new Hashtable();
3 references to typeEntries
System.Xml (3)
System\Xml\Serialization\XmlSerializationWriter.cs (3)
1053typeEntries[type] = entry; 1236if (typeEntries == null) { 1240return (TypeEntry)typeEntries[t];