1 instantiation of Employee
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Validation\ValidatableTypeInfoTests.cs (1)
105var employee = new Employee
6 references to Employee
Microsoft.AspNetCore.Http.Abstractions.Tests (6)
Validation\ValidatableTypeInfoTests.cs (6)
87typeof(Employee), 89CreatePropertyInfo(typeof(Employee), typeof(string), "Name", "Name", 91CreatePropertyInfo(typeof(Employee), typeof(string), "Department", "Department", 93CreatePropertyInfo(typeof(Employee), typeof(decimal), "Salary", "Salary", 101{ typeof(Employee), employeeType } 105var employee = new Employee