1 instantiation of ValueEnumerator
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelStateDictionary.cs (1)
1201
public ValueEnumerator GetEnumerator() => new
ValueEnumerator
(_dictionary, prefix: string.Empty);
2 references to ValueEnumerator
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateDictionary.cs (2)
1201
public
ValueEnumerator
GetEnumerator() => new ValueEnumerator(_dictionary, prefix: string.Empty);
1216
/// Initializes a new instance of <see cref="
ValueEnumerator
"/>.