1 instantiation of SalariedEmployee
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
JsonPatchDocumentTest.cs (1)
97
org.Employees.Add(new
SalariedEmployee
{ EmployeeId = 2, Name = "Jane", AnnualSalary = 50000 });
1 reference to SalariedEmployee
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
JsonPatchDocumentTest.cs (1)
107
Assert.Equal(100, (org.Employees[0] as
SalariedEmployee
).AnnualSalary);