1 write to _typeEntries
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1409
_typeEntries
= new Hashtable();
3 references to _typeEntries
System.Private.Xml (3)
System\Xml\Serialization\XmlSerializationWriter.cs (3)
1182
_typeEntries
![type] = entry;
1407
if (
_typeEntries
== null)
1412
return (TypeEntry?)
_typeEntries
[t];