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