5 implementations of TryAdd
Microsoft.AspNetCore.JsonPatch (5)
Internal\DictionaryAdapterOfTU.cs (1)
17public virtual bool TryAdd(
Internal\DynamicObjectAdapter.cs (1)
21public virtual bool TryAdd(
Internal\JObjectAdapter.cs (1)
12public virtual bool TryAdd(
Internal\ListAdapter.cs (1)
20public virtual bool TryAdd(
Internal\PocoAdapter.cs (1)
18public virtual bool TryAdd(
1 reference to TryAdd
Microsoft.AspNetCore.JsonPatch (1)
Adapters\ObjectAdapter.cs (1)
91if (!adapter.TryAdd(target, parsedPath.LastSegment, ContractResolver, value, out errorMessage))