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)
90if (_model is null) 102_entry = new ValidationEntry(parameter, key, () => GetModel(_model, property)); 111if (_model == null) 118_entry = new ValidationEntry(property, key, () => GetModel(_model, property));