Searched refs:defaultFactory (Results 1 – 1 of 1) sorted by relevance
2092 public ContextKeyDictionary(Func<TValue> defaultFactory) in ContextKeyDictionary() argument2094 this.defaultFactory = defaultFactory; in ContextKeyDictionary()2095 globalAllAccess = globalValue[StateMask.AllAccess] = defaultFactory(); in ContextKeyDictionary()2110 cpuAllAccess[key] = cpuLocalValues[key][StateMask.AllAccess] = defaultFactory(); in AddContextKey()2141 collection[effectiveMask] = defaultFactory(); in WithStateCollection()2187 cache[initiatorState.Value] = cachedValue = defaultFactory(); in TryGetValue()2229 private readonly Func<TValue> defaultFactory; field in Antmicro.Renode.Peripherals.Bus.SystemBus.TValue