| _budget | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| _comparer | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| _defaultComparer | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| _growLockArray | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| _tables | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| AcquireAllLocks(ref int locksAcquired) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| AcquireLocks(int fromInclusive, int toExclusive, ref int locksAcquired) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| Add(TKey key, TValue value) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| Add(KeyValuePair< TKey, TValue > keyValuePair) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| Add(object key, object value) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| AddOrUpdate(TKey key, Func< TKey, TValue > addValueFactory, Func< TKey, TValue, TValue > updateValueFactory) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| AddOrUpdate(TKey key, TValue addValue, Func< TKey, TValue, TValue > updateValueFactory) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| AddOrUpdate< TArg >(TKey key, Func< TKey, TArg, TValue > addValueFactory, Func< TKey, TValue, TArg, TValue > updateValueFactory, TArg factoryArgument) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| AreAllBucketsEmpty() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| Clear() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| Collect(Action< LabeledAggregationStatistics > visitFunc) | System.Diagnostics.Metrics.FixedSizeLabelNameDictionary< TStringSequence, TObjectSequence, TAggregator > | inline |
| Comparer | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | |
| ConcurrentDictionary() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| ConcurrentDictionary(int concurrencyLevel, int capacity) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| ConcurrentDictionary(IEnumerable< KeyValuePair< TKey, TValue > > collection) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| ConcurrentDictionary(IEqualityComparer< TKey >? comparer) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| ConcurrentDictionary(IEnumerable< KeyValuePair< TKey, TValue > > collection, IEqualityComparer< TKey >? comparer) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| ConcurrentDictionary(int concurrencyLevel, IEnumerable< KeyValuePair< TKey, TValue > > collection, IEqualityComparer< TKey >? comparer) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| ConcurrentDictionary(int concurrencyLevel, int capacity, IEqualityComparer< TKey >? comparer) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| ConcurrentDictionary(int concurrencyLevel, int capacity, bool growLockArray, IEqualityComparer< TKey > comparer) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlinepackage |
| Contains(KeyValuePair< TKey, TValue > keyValuePair) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| Contains(object key) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| ContainsKey(TKey key) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| CopyTo(KeyValuePair< TKey, TValue >[] array, int index) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| CopyTo(Array array, int index) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| CopyToEntries(DictionaryEntry[] array, int index) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| CopyToObjects(object[] array, int index) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| CopyToPairs(KeyValuePair< TKey, TValue >[] array, int index) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| Count | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | |
| DefaultConcurrencyLevel | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | privatestatic |
| GetCountInternal() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| GetEnumerator() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| GetEnumerator() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| GetEnumerator() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| GetKeys() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| GetOrAdd(TKey key, Func< TKey, TValue > valueFactory) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| GetOrAdd(TKey key, TValue value) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| GetOrAdd< TArg >(TKey key, Func< TKey, TArg, TValue > valueFactory, TArg factoryArgument) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| GetValues() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| GetValuesDictionary(in TStringSequence names) | System.Diagnostics.Metrics.FixedSizeLabelNameDictionary< TStringSequence, TObjectSequence, TAggregator > | inline |
| GrowTable(Tables tables) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| InitializeFromCollection(IEnumerable< KeyValuePair< TKey, TValue > > collection) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| IsEmpty | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | |
| IsFixedSize | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| IsReadOnly | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| IsReadOnly | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| IsSynchronized | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| IsValueWriteAtomic() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivatestatic |
| Keys | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | |
| Keys | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| Keys | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| ReleaseLocks(int fromInclusive, int toExclusive) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| Remove(TKey key) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| Remove(KeyValuePair< TKey, TValue > keyValuePair) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| Remove(object key) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| s_isValueWriteAtomic | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | privatestatic |
| SyncRoot | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| this[object key] | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| this[TKey key] | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | |
| ThrowIfInvalidObjectValue(object value) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivatestatic |
| ThrowKeyNotFoundException(TKey key) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivatestatic |
| ToArray() | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| TryAdd(TKey key, TValue value) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| TryAddInternal(TKey key, int? nullableHashcode, TValue value, bool updateIfExists, bool acquireLock, out TValue resultingValue) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| TryGetValue(TKey key,[MaybeNullWhen(false)] out TValue value) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| TryGetValueInternal(TKey key, int hashcode,[MaybeNullWhen(false)] out TValue value) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| TryRemove(TKey key,[MaybeNullWhen(false)] out TValue value) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| TryRemove(KeyValuePair< TKey, TValue > item) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| TryRemoveInternal(TKey key,[MaybeNullWhen(false)] out TValue value, bool matchValue, TValue oldValue) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| TryUpdate(TKey key, TValue newValue, TValue comparisonValue) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inline |
| TryUpdateInternal(TKey key, int? nullableHashcode, TValue newValue, TValue comparisonValue) | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | inlineprivate |
| Values | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | |
| Values | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |
| Values | System.Collections.Concurrent.ConcurrentDictionary< TStringSequence, ConcurrentDictionary< TObjectSequence, TAggregator > > | private |