1 instantiation of Enumerator
Microsoft.AspNetCore.Http (1)
FormCollection.cs (1)
139return new Enumerator(Store.GetEnumerator());
4 references to Enumerator
Microsoft.AspNetCore.Http (4)
FormCollection.cs (4)
25private static readonly IEnumerator<KeyValuePair<string, StringValues>> EmptyIEnumeratorType = default(Enumerator); 26private static readonly IEnumerator EmptyIEnumerator = default(Enumerator); 130/// <returns>An <see cref="Enumerator" /> object that can be used to iterate through the collection.</returns> 131public Enumerator GetEnumerator()