1 instantiation of Employee
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Validation\ValidatableTypeInfoTests.cs (1)
98
var employee = new
Employee
6 references to Employee
Microsoft.AspNetCore.Http.Abstractions.Tests (6)
Validation\ValidatableTypeInfoTests.cs (6)
88
typeof(
Employee
),
90
CreatePropertyInfo(typeof(
Employee
), typeof(string), "Name", "Name",
92
CreatePropertyInfo(typeof(
Employee
), typeof(string), "Department", "Department",
94
CreatePropertyInfo(typeof(
Employee
), typeof(decimal), "Salary", "Salary",
98
var
employee = new Employee
108
{ typeof(
Employee
), employeeType }