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