4 references to Enumerator
Microsoft.AspNetCore.Mvc.Abstractions (4)
ModelBinding\ModelStateDictionary.cs (4)
750public Enumerator GetEnumerator() => new Enumerator(this, prefix: string.Empty); 992public Enumerator GetEnumerator() => new Enumerator(_dictionary, _prefix); 1147_prefixEnumerator = new Enumerator(dictionary, prefix); 1222_prefixEnumerator = new Enumerator(dictionary, prefix);