Searched refs:ConstructorCache (Results 1 – 1 of 1) sorted by relevance
1807 …readonly static SafeDictionary<Type, CtorDelegate> ConstructorCache = new SafeDictionary<Type, Cto… field in Antmicro.Renode.Config.Reflection.CacheResolver1818 if(ConstructorCache.TryGetValue(type, out c)) in GetNewInstance()1829 ConstructorCache.Add(type, c); in GetNewInstance()