3 references to Visit
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\Validation\ValidationVisitor.cs (3)
114
/// When not <see langword="null"/>, <see cref="
Visit
(ModelMetadata, string, object)"/> will throw if
194
return
Visit
(metadata!, key, model);
439
isValid &=
Visit
(metadata, key, entry.Model);