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