Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs786 idToObjectMap = new ConcurrentDictionary<int, WeakWrapper<object>>(); in LogSourcesMap()
796 idToObjectMap.TryAdd(id, s); in GetOrCreateId()
809 var result = idToObjectMap.TryGetValue(id, out outResult); in TryGetObject()
819 private readonly ConcurrentDictionary<int, WeakWrapper<object>> idToObjectMap; field in Antmicro.Renode.Logging.Logger.ActualLogger.LogSourcesMap