1 type derived from Vehicle
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Validation\ValidatableTypeInfoTests.cs (1)
548
private class Car :
Vehicle
4 references to Vehicle
Microsoft.AspNetCore.Http.Abstractions.Tests (4)
Validation\ValidatableTypeInfoTests.cs (4)
128
typeof(
Vehicle
),
130
CreatePropertyInfo(typeof(
Vehicle
), typeof(string), "Make", "Make",
132
CreatePropertyInfo(typeof(
Vehicle
), typeof(string), "Model", "Model",
147
{ typeof(
Vehicle
), baseType },