1 instantiation of ClassWithNoDefaultConstructor
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
ActionParametersIntegrationTest.cs (1)
1077return new ClassWithNoDefaultConstructor(100);
7 references to ClassWithNoDefaultConstructor
Microsoft.AspNetCore.Mvc.IntegrationTests (7)
ActionParametersIntegrationTest.cs (7)
411typeof(ClassWithNoDefaultConstructor).FullName, 477typeof(ClassWithNoDefaultConstructor).FullName), 613ParameterType = typeof(ClassWithNoDefaultConstructor) 624var boundModel = Assert.IsType<ClassWithNoDefaultConstructor>(modelBindingResult.Model); 916public ClassWithNoDefaultConstructor Property1 { get; set; } 1076Assert.Equal(typeof(ClassWithNoDefaultConstructor), bindingContext.ModelType);