1 instantiation of Organization
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (1)
JsonPatchDocumentTest.cs (1)
95
var org = new
Organization
();
3 references to Organization
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (3)
JsonPatchDocumentTest.cs (3)
95
var
org = new Organization();
100
var doc = new JsonPatchDocument<
Organization
>();
101
doc.Operations.Add(new Operations.Operation<
Organization
>("add", "/Employees/0/AnnualSalary", "", 100));