1 write to _typesCacheTable
ReachFramework (1)
Serialization\Manager\MetroSerializationManager.cs (1)
483_typesCacheTable = new Hashtable(20);
4 references to _typesCacheTable
ReachFramework (4)
Serialization\Manager\MetroSerializationManager.cs (4)
702TypeCacheItem typeCacheItem = (TypeCacheItem)_typesCacheTable[type]; 737_typesCacheTable[type] = typeCacheItem; 946TypeCacheItem typeCacheItem = (TypeCacheItem)_typesCacheTable[serializableObjectType]; 981_typesCacheTable[serializableObjectType] = typeCacheItem;