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