1 instantiation of Enumerator
Microsoft.AspNetCore.Http (1)
Internal\RequestCookieCollection.cs (1)
142return new Enumerator(Store.GetEnumerator());
4 references to Enumerator
Microsoft.AspNetCore.Http (4)
Internal\RequestCookieCollection.cs (4)
23private static readonly IEnumerator<KeyValuePair<string, string>> EmptyIEnumeratorType = default(Enumerator); 24private static readonly IEnumerator EmptyIEnumerator = default(Enumerator); 133/// <returns>An <see cref="Enumerator" /> object that can be used to iterate through the collection.</returns> 134public Enumerator GetEnumerator()