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