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