2 references to Add
Microsoft.AspNetCore.JsonPatch (2)
Internal\ListAdapter.cs (2)
34
if (!TryGetPositionInfo(list, segment, OperationType.
Add
, out var positionInfo, out errorMessage))
319
else if (position == list.Count && operationType == OperationType.
Add
)