Esempio n. 1
0
 public static void Clear()
 {
     lock (metadataLock)
     {
         _instances.Clear();
         DictionaryExtensions.ClearCache();
     }
 }
 public static void Clear()
 {
     _instances.Clear();
     // NOTE: Is this necessary, if so should we wipe the ITypeCache constructors?
     DictionaryExtensions.ClearCache();
 }