1 write to _typesCacheTable
ReachFramework (1)
Serialization\Manager\MetroSerializationManager.cs (1)
482
_typesCacheTable
= new Hashtable(20);
4 references to _typesCacheTable
ReachFramework (4)
Serialization\Manager\MetroSerializationManager.cs (4)
701
TypeCacheItem typeCacheItem = (TypeCacheItem)
_typesCacheTable
[type];
736
_typesCacheTable
[type] = typeCacheItem;
945
TypeCacheItem typeCacheItem = (TypeCacheItem)
_typesCacheTable
[serializableObjectType];
980
_typesCacheTable
[serializableObjectType] = typeCacheItem;