6 instantiations of AdaptiveCapacityDictionary
Microsoft.AspNetCore.Http (6)
25 references to AdaptiveCapacityDictionary
Microsoft.AspNetCore.Http (25)
parent\parent\parent\Shared\Dictionary\AdaptiveCapacityDictionary.cs (12)
30/// Creates an empty <see cref="AdaptiveCapacityDictionary{TKey, TValue}"/>.
38/// Creates a <see cref="AdaptiveCapacityDictionary{TKey, TValue}"/>.
47/// Creates a <see cref="AdaptiveCapacityDictionary{TKey, TValue}"/>.
56/// Creates a <see cref="AdaptiveCapacityDictionary{TKey, TValue}"/>.
86/// Creates a <see cref="AdaptiveCapacityDictionary{TKey, TValue}"/> initialized with the specified <paramref name="dict"/>.
235throw new ArgumentException($"An element with the key '{key}' already exists in the {nameof(AdaptiveCapacityDictionary<TKey, TValue>)}.", nameof(key));
403/// Attempts to remove and return the value that has the specified key from the <see cref="AdaptiveCapacityDictionary{TKey, TValue}"/>.
406/// <param name="value">When this method returns, contains the object removed from the <see cref="AdaptiveCapacityDictionary{TKey, TValue}"/>, or <c>null</c> if key does not exist.</param>
600private readonly AdaptiveCapacityDictionary<TKey, TValue> _dictionary;
608/// <param name="dictionary">A <see cref="AdaptiveCapacityDictionary{TKey, TValue}"/>.</param>
609public Enumerator(AdaptiveCapacityDictionary<TKey, TValue> dictionary)
645var dictionary = _dictionary;