1 instantiation of Enumerator
Microsoft.AspNetCore.Http (1)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
320return new Enumerator(this);
6 references to Enumerator
Microsoft.AspNetCore.Http (6)
Internal\RequestCookieCollection.cs (2)
178private AdaptiveCapacityDictionary<string, string>.Enumerator _dictionaryEnumerator; 181internal Enumerator(AdaptiveCapacityDictionary<string, string>.Enumerator dictionaryEnumerator)
QueryCollectionInternal.cs (2)
88private AdaptiveCapacityDictionary<string, StringValues>.Enumerator _dictionaryEnumerator; 91internal Enumerator(AdaptiveCapacityDictionary<string, StringValues>.Enumerator dictionaryEnumerator)
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (2)
318public Enumerator GetEnumerator() 635/// Releases resources used by the <see cref="Enumerator"/>.