1 instantiation of Employee
Microsoft.Extensions.Validation.Tests (1)
ValidatableTypeInfoTests.cs (1)
133
var employee = new
Employee
6 references to Employee
Microsoft.Extensions.Validation.Tests (6)
ValidatableTypeInfoTests.cs (6)
123
typeof(
Employee
),
125
CreatePropertyInfo(typeof(
Employee
), typeof(string), "Name", "Name",
127
CreatePropertyInfo(typeof(
Employee
), typeof(string), "Department", "Department",
129
CreatePropertyInfo(typeof(
Employee
), typeof(decimal), "Salary", "Salary",
133
var
employee = new Employee
143
{ typeof(
Employee
), employeeType }