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