Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSmartParser.cs174 …private Delegate GetFromCacheOrAdd(Dictionary<Type, Delegate> cacheDict, Type outputType, Func<Del… in GetFromCacheOrAdd() argument
178 if(!cacheDict.TryGetValue(outputType, out Delegate parser)) in GetFromCacheOrAdd()
185 cacheDict.Add(outputType, parser); in GetFromCacheOrAdd()