2 instantiations of ModelWithRecordTypeProperty
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
TryUpdateModelIntegrationTest.cs (2)
1179var model = new ModelWithRecordTypeProperty(); 1225var model = new ModelWithRecordTypeProperty
4 references to ModelWithRecordTypeProperty
Microsoft.AspNetCore.Mvc.IntegrationTests (4)
TryUpdateModelIntegrationTest.cs (4)
1179var model = new ModelWithRecordTypeProperty(); 1180var oldModel = model; 1225var model = new ModelWithRecordTypeProperty 1232var oldModel = model;