1 instantiation of KeyEnumerator
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelStateDictionary.cs (1)
1126
public KeyEnumerator GetEnumerator() => new
KeyEnumerator
(_dictionary, prefix: string.Empty);
1 reference to KeyEnumerator
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelStateDictionary.cs (1)
1126
public
KeyEnumerator
GetEnumerator() => new KeyEnumerator(_dictionary, prefix: string.Empty);