4 writes to ExcludedProperty
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\ModelBindingHelperTest.cs (4)
172ExcludedProperty = "Old-ExcludedPropertyValue" 252ExcludedProperty = "Old-ExcludedPropertyValue" 303ExcludedProperty = "Old-ExcludedPropertyValue" 502ExcludedProperty = "Old-ExcludedPropertyValue"
7 references to ExcludedProperty
Microsoft.AspNetCore.Mvc.Core.Test (7)
ModelBinding\ModelBindingHelperTest.cs (7)
151Assert.Null(model.ExcludedProperty); 205Assert.Equal("Old-ExcludedPropertyValue", model.ExcludedProperty); 231Assert.Null(model.ExcludedProperty); 282Assert.Equal("Old-ExcludedPropertyValue", model.ExcludedProperty); 332Assert.Equal("ExcludedPropertyValue", model.ExcludedProperty); 481Assert.Null(model.ExcludedProperty); 536Assert.Equal("Old-ExcludedPropertyValue", model.ExcludedProperty);