Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowKeyNullException()

static void System.ThrowHelper.ThrowKeyNullException ( )
inlinestaticpackage

Definition at line 8 of file ThrowHelper.cs.

9 {
11 }
static void ThrowArgumentNullException(string name)

References System.ThrowHelper.ThrowArgumentNullException().

Referenced by System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.Add(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.AddOrUpdate(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.AddOrUpdate(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.AddOrUpdate< TArg >(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.Contains(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.ContainsKey(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.GetOrAdd(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.GetOrAdd(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.GetOrAdd< TArg >(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.InitializeFromCollection(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.Remove(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.TryAdd(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.TryGetValue(), System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.TryRemove(), and System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.TryUpdate().