Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > Member List

This is the complete list of members for System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >, including all inherited members.

_budgetSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
_comparerSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
_defaultComparerSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
_growLockArraySystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
_tablesSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
AcquireAllLocks(ref int locksAcquired)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
AcquireLocks(int fromInclusive, int toExclusive, ref int locksAcquired)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
Add(TKey key, TValue value)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
Add(KeyValuePair< TKey, TValue > keyValuePair)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
Add(object key, object value)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
IDictionary< TKey, TValue >.Add(object key, object? value)System.Collections.IDictionary< TKey, TValue >
System::Collections::IDictionary.Add(object key, object? value)System.Collections.IDictionary
AddOrUpdate(TKey key, Func< TKey, TValue > addValueFactory, Func< TKey, TValue, TValue > updateValueFactory)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
AddOrUpdate(TKey key, TValue addValue, Func< TKey, TValue, TValue > updateValueFactory)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
AddOrUpdate< TArg >(TKey key, Func< TKey, TArg, TValue > addValueFactory, Func< TKey, TValue, TArg, TValue > updateValueFactory, TArg factoryArgument)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
AreAllBucketsEmpty()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
Clear()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
ComparerSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >
ConcurrentDictionary()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
ConcurrentDictionary(int concurrencyLevel, int capacity)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
ConcurrentDictionary(IEnumerable< KeyValuePair< TKey, TValue > > collection)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
ConcurrentDictionary(IEqualityComparer< TKey >? comparer)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
ConcurrentDictionary(IEnumerable< KeyValuePair< TKey, TValue > > collection, IEqualityComparer< TKey >? comparer)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
ConcurrentDictionary(int concurrencyLevel, IEnumerable< KeyValuePair< TKey, TValue > > collection, IEqualityComparer< TKey >? comparer)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
ConcurrentDictionary(int concurrencyLevel, int capacity, IEqualityComparer< TKey >? comparer)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
ConcurrentDictionary(int concurrencyLevel, int capacity, bool growLockArray, IEqualityComparer< TKey > comparer)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlinepackage
Contains(KeyValuePair< TKey, TValue > keyValuePair)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
Contains(object key)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
ContainsKey(TKey key)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
CopyTo(KeyValuePair< TKey, TValue >[] array, int index)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
CopyTo(Array array, int index)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
CopyToEntries(DictionaryEntry[] array, int index)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
CopyToObjects(object[] array, int index)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
CopyToPairs(KeyValuePair< TKey, TValue >[] array, int index)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
CountSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >
DefaultConcurrencyLevelSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >privatestatic
GetCountInternal()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
GetEnumerator()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
GetEnumerator()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
GetEnumerator()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
GetKeys()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
GetOrAdd(TKey key, Func< TKey, TValue > valueFactory)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
GetOrAdd(TKey key, TValue value)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
GetOrAdd< TArg >(TKey key, Func< TKey, TArg, TValue > valueFactory, TArg factoryArgument)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
GetValues()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
GrowTable(Tables tables)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
InitializeFromCollection(IEnumerable< KeyValuePair< TKey, TValue > > collection)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
IsEmptySystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >
IsFixedSizeSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
IsReadOnlySystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
IsReadOnlySystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
IsSynchronizedSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
IsValueWriteAtomic()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivatestatic
KeysSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >
KeysSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
KeysSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
ReleaseLocks(int fromInclusive, int toExclusive)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
Remove(TKey key)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
Remove(KeyValuePair< TKey, TValue > keyValuePair)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
Remove(object key)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
s_isValueWriteAtomicSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >privatestatic
SyncRootSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
this[object key]System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
this[TKey key]System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >
ThrowIfInvalidObjectValue(object value)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivatestatic
ThrowKeyNotFoundException(TKey key)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivatestatic
ToArray()System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
TryAdd(TKey key, TValue value)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
TryAddInternal(TKey key, int? nullableHashcode, TValue value, bool updateIfExists, bool acquireLock, out TValue resultingValue)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
TryGetValueInternal(TKey key, int hashcode, [MaybeNullWhen(false)] out TValue value)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
TryRemove(TKey key, [MaybeNullWhen(false)] out TValue value)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
TryRemove(KeyValuePair< TKey, TValue > item)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
TryRemoveInternal(TKey key, [MaybeNullWhen(false)] out TValue value, bool matchValue, TValue oldValue)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
TryUpdate(TKey key, TValue newValue, TValue comparisonValue)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inline
TryUpdateInternal(TKey key, int? nullableHashcode, TValue newValue, TValue comparisonValue)System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >inlineprivate
ValuesSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >
ValuesSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private
ValuesSystem.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >private