1 reference to GetOrAdd
xunit.console (1)
common\DictionaryExtensions.cs (1)
18return dictionary.GetOrAdd<TKey, TValue>(key, () => new TValue());