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