3 references to CanUpdatePropertyInternal
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\ComplexTypeModelBinder.cs (1)
248
if (!
CanUpdatePropertyInternal
(propertyMetadata))
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\ComplexTypeModelBinderTest.cs (2)
483
var canUpdate = ComplexTypeModelBinder.
CanUpdatePropertyInternal
(propertyMetadata);
503
var canUpdate = ComplexTypeModelBinder.
CanUpdatePropertyInternal
(metadata);