1 write to Type
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Internal\ListAdapter.cs (1)
263
Type
= type;
4 references to Type
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
Internal\ListAdapter.cs (4)
33
if (positionInfo.
Type
== PositionType.EndOfList)
62
var valueIndex = positionInfo.
Type
== PositionType.EndOfList ? targetCollectionCount - 1 : positionInfo.Index;
82
var indexToRemove = positionInfo.
Type
== PositionType.EndOfList ? count - 1 : positionInfo.Index;
107
var indexToAddTo = positionInfo.
Type
== PositionType.EndOfList ? count - 1 : positionInfo.Index;