1 write to _model
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs (1)
53
_model
= model;
4 references to _model
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs (4)
90
if (
_model
is null)
102
_entry = new ValidationEntry(parameter, key, () => GetModel(
_model
, property));
111
if (
_model
== null)
118
_entry = new ValidationEntry(property, key, () => GetModel(
_model
, property));