4 implementations of TryTraverse
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
Internal\DictionaryAdapterOfTU.cs (1)
171
public virtual bool
TryTraverse
(
Internal\JsonObjectAdapter.cs (1)
120
public virtual bool
TryTraverse
(
Internal\ListAdapter.cs (1)
148
public virtual bool
TryTraverse
(object target, string segment, JsonSerializerOptions serializerOptions, out object value, out string errorMessage)
Internal\PocoAdapter.cs (1)
172
public virtual bool
TryTraverse
(
1 reference to TryTraverse
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Internal\ObjectVisitor.cs (1)
53
if (!adapter.
TryTraverse
(target, _path.Segments[i], _serializerOptions, out var next, out errorMessage))