1 write to Index
Microsoft.AspNetCore.JsonPatch (1)
Internal\ListAdapter.cs (1)
349
Index
= index;
6 references to Index
Microsoft.AspNetCore.JsonPatch (6)
Internal\ListAdapter.cs (6)
50
list.Insert(positionInfo.
Index
, convertedValue);
84
value = list[positionInfo.
Index
];
115
list.RemoveAt(positionInfo.
Index
);
152
list[positionInfo.
Index
] = convertedValue;
183
var currentValue = list[positionInfo.
Index
];
186
errorMessage = Resources.FormatValueAtListPositionNotEqualToTestValue(currentValue, value, positionInfo.
Index
);