5 implementations of TryReplace
Microsoft.AspNetCore.JsonPatch (5)
Internal\DictionaryAdapterOfTU.cs (1)
99
public virtual bool
TryReplace
(
Internal\DynamicObjectAdapter.cs (1)
83
public virtual bool
TryReplace
(
Internal\JObjectAdapter.cs (1)
66
public virtual bool
TryReplace
(
Internal\ListAdapter.cs (1)
122
public virtual bool
TryReplace
(
Internal\PocoAdapter.cs (1)
108
public virtual bool
TryReplace
(
1 reference to TryReplace
Microsoft.AspNetCore.JsonPatch (1)
Adapters\ObjectAdapter.cs (1)
170
if (!adapter.
TryReplace
(target, parsedPath.LastSegment, ContractResolver, operation.value, out errorMessage))