18 references to Operation
Microsoft.AspNetCore.JsonPatch.SystemTextJson (15)
JsonPatchDocumentOfT.cs (15)
123
Operations.Add(new
Operation
<TModel>("remove", GetPath(path, null), from: null));
139
Operations.Add(new
Operation
<TModel>(
157
Operations.Add(new
Operation
<TModel>(
303
Operations.Add(new
Operation
<TModel>(
327
Operations.Add(new
Operation
<TModel>(
351
Operations.Add(new
Operation
<TModel>(
377
Operations.Add(new
Operation
<TModel>(
401
Operations.Add(new
Operation
<TModel>(
423
Operations.Add(new
Operation
<TModel>(
445
Operations.Add(new
Operation
<TModel>(
469
Operations.Add(new
Operation
<TModel>(
493
Operations.Add(new
Operation
<TModel>(
519
Operations.Add(new
Operation
<TModel>(
543
Operations.Add(new
Operation
<TModel>(
565
Operations.Add(new
Operation
<TModel>(
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (3)
JsonPatchDocumentJObjectTest.cs (3)
68
patch.Operations.Add(new
Operation
<ObjectWithJObject>("copy", "/CustomData/UserName", "/CustomData/Email"));
84
patch.Operations.Add(new
Operation
<ObjectWithJObject>("remove", "/CustomData/LastName", null));
100
patch.Operations.Add(new
Operation
<ObjectWithJObject>("move", "/CustomData/LastName", "/CustomData/FirstName"));