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