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