4 implementations of TryTest
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
Internal\DictionaryAdapterOfTU.cs (1)
125public virtual bool TryTest(
Internal\JsonObjectAdapter.cs (1)
89public virtual bool TryTest(
Internal\ListAdapter.cs (1)
114public virtual bool TryTest(object target, string segment, JsonSerializerOptions serializerOptions, object value, out string errorMessage)
Internal\PocoAdapter.cs (1)
136public virtual bool TryTest(
1 reference to TryTest
Microsoft.AspNetCore.JsonPatch.SystemTextJson (1)
Adapters\ObjectAdapter.cs (1)
216if (!adapter.TryTest(target, parsedPath.LastSegment, SerializerOptions, operation.value, out errorMessage))