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