1 write to _typeEntries
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1456
_typeEntries
= new Hashtable();
3 references to _typeEntries
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializationWriter.cs (3)
1229
_typeEntries
![type] = entry;
1454
if (
_typeEntries
== null)
1459
return (TypeEntry?)
_typeEntries
[t];