4 implementations of TryAdd
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
Internal\DictionaryAdapterOfTU.cs (1)
13
public virtual bool
TryAdd
(
Internal\JsonObjectAdapter.cs (1)
12
public virtual bool
TryAdd
(
Internal\ListAdapter.cs (1)
15
public virtual bool
TryAdd
(object target, string segment, JsonSerializerOptions serializerOptions, object value, out string errorMessage)
Internal\PocoAdapter.cs (1)
15
public virtual bool
TryAdd
(
1 reference to TryAdd
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Adapters\ObjectAdapter.cs (1)
93
if (!adapter.
TryAdd
(target, parsedPath.LastSegment, SerializerOptions, value, out errorMessage))