4 writes to IncludedProperty
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\ModelBindingHelperTest.cs (4)
171
IncludedProperty
= "Old-IncludedPropertyValue",
251
IncludedProperty
= "Old-IncludedPropertyValue",
302
IncludedProperty
= "Old-IncludedPropertyValue",
501
IncludedProperty
= "Old-IncludedPropertyValue",
7 references to IncludedProperty
Microsoft.AspNetCore.Mvc.Core.Test (7)
ModelBinding\ModelBindingHelperTest.cs (7)
150
Assert.Null(model.
IncludedProperty
);
204
Assert.Equal("IncludedPropertyValue", model.
IncludedProperty
);
230
Assert.Null(model.
IncludedProperty
);
281
Assert.Equal("IncludedPropertyValue", model.
IncludedProperty
);
331
Assert.Equal("IncludedPropertyValue", model.
IncludedProperty
);
480
Assert.Null(model.
IncludedProperty
);
535
Assert.Equal("IncludedPropertyValue", model.
IncludedProperty
);