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