2 references to Add
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Internal\ListAdapter.cs (2)
23
if (!TryGetPositionInfo(targetCollectionCount, segment, OperationType.
Add
, out var positionInfo, out errorMessage))
240
if (position == collectionCount && operationType == OperationType.
Add
)