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)
71public ValidationEntry Current => _entry;