| _budget | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private | 
  | _comparer | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private | 
  | _defaultComparer | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private | 
  | _growLockArray | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private | 
  | _tables | System.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 | 
  | Comparer | System.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 | 
  | Count | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > |  | 
  | DefaultConcurrencyLevel | System.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 | 
  | IsEmpty | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > |  | 
  | IsFixedSize | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private | 
  | IsReadOnly | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private | 
  | IsReadOnly | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private | 
  | IsSynchronized | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private | 
  | IsValueWriteAtomic() | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | inlineprivatestatic | 
  | Keys | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > |  | 
  | Keys | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private | 
  | Keys | System.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_isValueWriteAtomic | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | privatestatic | 
  | SyncRoot | System.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 | 
  | Values | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > |  | 
  | Values | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private | 
  | Values | System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue > | private |