4 implementations of TryReplace
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
Internal\DictionaryAdapterOfTU.cs (1)
92public virtual bool TryReplace(
Internal\JsonObjectAdapter.cs (1)
67public virtual bool TryReplace(
Internal\ListAdapter.cs (1)
89public virtual bool TryReplace(object target, string segment, JsonSerializerOptions serializerOptions, object value, out string errorMessage)
Internal\PocoAdapter.cs (1)
105public virtual bool TryReplace(
1 reference to TryReplace
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Adapters\ObjectAdapter.cs (1)
169if (!adapter.TryReplace(target, parsedPath.LastSegment, SerializerOptions, operation.value, out errorMessage))