2 references to GetEnumerator
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateDictionary.cs (2)
1203IEnumerator<ModelStateEntry> IEnumerable<ModelStateEntry>.GetEnumerator() => GetEnumerator(); 1205IEnumerator IEnumerable.GetEnumerator() => GetEnumerator();