4 writes to _entry
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs (4)
92
_entry
= new ValidationEntry(parameter, key, model: null);
102
_entry
= new ValidationEntry(parameter, key, () => GetModel(_model, property));
114
_entry
= new ValidationEntry(property, key, model: null);
118
_entry
= new ValidationEntry(property, key, () => GetModel(_model, property));
1 reference to _entry
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs (1)
71
public ValidationEntry Current =>
_entry
;