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