Home
last modified time | relevance | path

Searched refs:ConstructorCache (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs1807 …readonly static SafeDictionary<Type, CtorDelegate> ConstructorCache = new SafeDictionary<Type, Cto… field in Antmicro.Renode.Config.Reflection.CacheResolver
1818 if(ConstructorCache.TryGetValue(type, out c)) in GetNewInstance()
1829 ConstructorCache.Add(type, c); in GetNewInstance()