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