1 instantiation of ValueEnumerable
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\ModelStateDictionary.cs (1)
150public ValueEnumerable Values => new ValueEnumerable(this);
2 references to ValueEnumerable
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\ModelStateDictionary.cs (2)
150public ValueEnumerable Values => new ValueEnumerable(this); 1192/// Initializes a new instance of <see cref="ValueEnumerable"/>.