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