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