1 write to Operation
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
JsonPatchError.cs (1)
28Operation = operation;
3 references to Operation
Microsoft.AspNetCore.JsonPatch.SystemTextJson (3)
Exceptions\JsonPatchException.cs (1)
21FailedOperation = jsonPatchError.Operation;
JsonPatchError.cs (2)
18/// <param name="operation">The <see cref="Operation"/> that caused the error.</param> 38/// Gets the <see cref="Operation"/> that caused the error.