1 write to Type
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Internal\ListAdapter.cs (1)
262
Type
= type;
4 references to Type
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
Internal\ListAdapter.cs (4)
32
if (positionInfo.
Type
== PositionType.EndOfList)
61
var valueIndex = positionInfo.
Type
== PositionType.EndOfList ? targetCollectionCount - 1 : positionInfo.Index;
81
var indexToRemove = positionInfo.
Type
== PositionType.EndOfList ? count - 1 : positionInfo.Index;
106
var indexToAddTo = positionInfo.
Type
== PositionType.EndOfList ? count - 1 : positionInfo.Index;