2 references to GetEnumerator
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateDictionary.cs (2)
995
IEnumerable<KeyValuePair<string, ModelStateEntry>>.GetEnumerator() =>
GetEnumerator
();
997
IEnumerator IEnumerable.GetEnumerator() =>
GetEnumerator
();