2 implementations of GetOperations
Microsoft.AspNetCore.JsonPatch (2)
JsonPatchDocument.cs (1)
200IList<Operation> IJsonPatchDocument.GetOperations()
JsonPatchDocumentOfT.cs (1)
636IList<Operation> IJsonPatchDocument.GetOperations()
1 reference to GetOperations
Microsoft.AspNetCore.JsonPatch (1)
Converters\JsonPatchDocumentConverter.cs (1)
69var lst = jsonPatchDoc.GetOperations();