4 instantiations of MySubClassWithoutConverter
Microsoft.AspNetCore.Mvc.Core.Test (4)
ModelBinding\ModelBindingHelperTest.cs (4)
1277var value = new MySubClassWithoutConverter(); 1294new MySubClassWithoutConverter(), 1295new MySubClassWithoutConverter(), 1296new MySubClassWithoutConverter(),
3 references to MySubClassWithoutConverter
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\ModelBindingHelperTest.cs (3)
1273[InlineData(typeof(MySubClassWithoutConverter))] 1277var value = new MySubClassWithoutConverter(); 1288[InlineData(typeof(MySubClassWithoutConverter[]))]