3 references to PersonWithReadOnlyAndInitializedProperty
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
ArrayModelBinderIntegrationTest.cs (3)
344
ParameterType = typeof(
PersonWithReadOnlyAndInitializedProperty
)
362
var
model = Assert.IsType<
PersonWithReadOnlyAndInitializedProperty
>(modelBindingResult.Model);