2 references to PropertyWithInitializedValue
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\ComplexObjectModelBinderTest.cs (2)
891var propertyMetadata = metadata.Properties[nameof(model.PropertyWithInitializedValue)]; 903Assert.Equal("preinitialized", person.PropertyWithInitializedValue);