17 references to Operation
Microsoft.AspNetCore.JsonPatch.SystemTextJson (15)
JsonPatchDocumentOfT.cs (15)
121
Operations.Add(new
Operation
<TModel>("remove", GetPath(path, null), from: null));
137
Operations.Add(new
Operation
<TModel>(
155
Operations.Add(new
Operation
<TModel>(
301
Operations.Add(new
Operation
<TModel>(
325
Operations.Add(new
Operation
<TModel>(
349
Operations.Add(new
Operation
<TModel>(
375
Operations.Add(new
Operation
<TModel>(
399
Operations.Add(new
Operation
<TModel>(
421
Operations.Add(new
Operation
<TModel>(
443
Operations.Add(new
Operation
<TModel>(
467
Operations.Add(new
Operation
<TModel>(
491
Operations.Add(new
Operation
<TModel>(
517
Operations.Add(new
Operation
<TModel>(
541
Operations.Add(new
Operation
<TModel>(
563
Operations.Add(new
Operation
<TModel>(
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (2)
JsonPatchDocumentJObjectTest.cs (2)
84
patch.Operations.Add(new
Operation
<ObjectWithJObject>("remove", "/CustomData/LastName", null));
100
patch.Operations.Add(new
Operation
<ObjectWithJObject>("move", "/CustomData/LastName", "/CustomData/FirstName"));