3 references to xmlSerializerTable
System.Xml (3)
System\Xml\Serialization\XmlSerializer.cs (3)
512
lock (
xmlSerializerTable
) {
513
typedMappingTable =
xmlSerializerTable
[type] as Hashtable;
516
xmlSerializerTable
[type] = typedMappingTable;